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
/
TileGrid.c
Age
Commit message (
Expand
)
Author
2019-07-09
merge from master
Dan Halbert
2019-06-17
Handle None for BLE name; fix ScanEntry bug; compile issue
Dan Halbert
2019-06-17
Use width for x. Thanks @deshipu
Scott Shawcroft
2019-06-17
Fix TileGrid's dirty tracking when changing top left
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-31
Fix off-by-one error
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-03-27
TileGrid: pixel_shader is not always a palette
Dan Halbert
2019-03-12
Standardize TileGrid to x and y properties over position
Scott Shawcroft
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-11
A variety of displayio improvements
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 terminalio
Scott Shawcroft
2019-01-31
Add TileGrid
Scott Shawcroft