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
/
Group.h
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-02-27
Remove unused typedef for group children
Radomir Dopieralski
2021-02-27
Replace displaio.Group.children with a python list
Radomir Dopieralski
2021-02-27
displaio: don't store group children native object
Radomir Dopieralski
2019-09-04
Bitpack bools in TileGrid and Group
Scott Shawcroft
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-12
Refactor deinit check to reduce code size.
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-03-12
Accept x and y kwargs into Group for initial position.
Scott Shawcroft
2019-02-15
Store the original layer in Group
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-17
pyportal compiles and tweak blinka colors
Scott Shawcroft
2018-09-12
Add OnDiskBitmap which loads pixel data straight from disk.
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft