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
Age
Commit message (
Expand
)
Author
2020-02-14
Updated OnDiskBitmap RTD example for 5.x
Melissa LeBlanc-Williams
2020-02-03
allow tuple or list for Palette color
Dan Halbert
2020-01-29
Tweak error messages to reduce code size.
Scott Shawcroft
2019-12-30
Update Shape.c
David Glaude
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-08
Set dither default to False and document it
Scott Shawcroft
2019-09-06
Use kwargs for dither in ColorConverter constructor
Matthew Newberg
2019-09-06
Fix comment on color converter
Matthew Newberg
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-26
Minor renames
Scott Shawcroft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
Add refresh_time to use if busy_pin is not given
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
Scott Shawcroft
2019-08-22
Refresh ePaper displays once code.py is done running
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-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-22
Initial ePaper work
Scott Shawcroft
2019-08-21
Get rid of the last bits of array dependancy
Dave Astels
2019-08-21
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
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-11
shared-bindings: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-07
Pass in preallocated result buffer
Dave Astels
2019-08-07
Remove obsolete experimental property
Dave Astels
2019-08-05
Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410
Scott Shawcroft
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-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
2019-07-02
Fix Group subscr to detect delete correctly
Scott Shawcroft
2019-06-18
Fix displayio.Display docstring type for display_bus.
Craig Forbes
2019-06-17
Add baudrate to FourWire and shorten delay.
Scott Shawcroft
2019-06-13
Minor tweaks based on Dan's feedback
Scott Shawcroft
[next]