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-module
/
displayio
/
__init__.h
Age
Commit message (
Expand
)
Author
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
displayio: implement, use allocate_new_display_bus_or_raise
Jeff Epler
2020-04-14
displayio: implement, use allocate_display_or_raise
Jeff Epler
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-06
Include display objects in gc.
Dan Halbert
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-17
External fourwire works and blinka splash after
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft