index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
displayio
/
Display.c
Age
Commit message (
Expand
)
Author
2020-07-16
Made requested changes in displayio
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to displayio
dherrada
2020-06-14
shared-bindings: Change docstrings with '\x...' chars to raw strings
Jeff Epler
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did board, digitalio, displayio
dherrada
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
displayio: implement, use allocate_display_or_raise
Jeff Epler
2020-03-25
adding a backlight polarity flag to Display
siddacious
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-21
Get rid of the last bits of array dependancy
Dave Astels
2019-08-21
Remove unneeded lines
Dave Astels
2019-08-20
getting the buffer info should happen first (due to its check)
Dave Astels
2019-08-20
Move the get_buffer call earlier
Dave Astels
2019-08-20
Remove array cast
Dave Astels
2019-08-20
Remove temporarily comments code
Dave Astels
2019-08-20
Rework to simplify
Dave Astels
2019-08-20
Switch to positional parameters
Dave Astels
2019-08-20
Fix typo
Dave Astels
2019-08-16
Simplify to only extracting one line
Dave Astels
2019-08-07
Pass in preallocated result buffer
Dave Astels
2019-08-07
Remove obsolete experimental property
Dave Astels
2019-07-31
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
Dave Astels
2019-07-31
Expose rotation with a property
Dave Astels
2019-07-31
Get fill_area working
Dave Astels
2019-07-25
Add knobs for SSD1322 and two fixes.
Scott Shawcroft
2019-07-25
WIP on exposing fill_area
Dave Astels
2019-07-19
Review feedback including NO_BRIGHTNESS_COMMAND macro
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-18
Fix displayio.Display docstring type for display_bus.
Craig Forbes
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-18
Turn off auto_brightness if brightness is set
Dan Halbert
2019-04-09
Tweak pybadge and fix display bugs
Scott Shawcroft
2019-04-06
Expose displayio.Display.bus
Radomir Dopieralski
2019-04-04
Added option to easily treat SPI parameter data as commands
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-24
Added Single Byte Boundaries option for certain displays
Melissa LeBlanc-Williams
2019-03-24
Updated RTD comment to reflect new param defaulting True
Melissa LeBlanc-Williams
2019-03-23
Enable CS toggle for displayio by default
Melissa LeBlanc-Williams
2019-03-23
Added new parameter description in displayio RTD comment
Melissa LeBlanc-Williams
[next]