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.c
Age
Commit message (
Expand
)
Author
2020-05-10
vectorio: clean up after group removal
warriorofwire
2020-05-10
vectorio: respect display transpose and mirror.
warriorofwire
2020-05-09
vectorio: switch per-shape transform to Display
warriorofwire
2020-05-09
Add vectorio: for drawing shapes
warriorofwire
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-13
Minor tweaks based on Dan's feedback
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-05-22
Make point 2 in areas exclusive and simplify full_coverage.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-05-15
Remove old comment
Scott Shawcroft
2019-05-15
Add index and remove to Group.
Scott Shawcroft
2019-05-09
Handle -scale to 0 correctly in Group
Scott Shawcroft
2019-04-03
change direction of shift right
caternuson
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-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-12
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-31
Remove Sprite references
Scott Shawcroft
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-31
Add TileGrid
Scott Shawcroft
2019-01-17
pyportal compiles and tweak blinka colors
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2019-01-10
Support rendering groups inside groups
Scott Shawcroft
2018-09-13
More explicit init in Group
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