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
2021-03-25
move to displayio_area_union and away from _expand
Kevin Matocha
2021-03-22
update logic for transform_xy
Kevin Matocha
2021-03-15
run code formatting script
microDev
2021-03-04
Be cognizant of null transform for .transpose_xy
Dan Halbert
2020-11-09
use full_change instead of moved
foamyguy
2020-11-08
set moved true when unhiding tilegrid
foamyguy
2020-09-04
Add dirty rectangle tracking to Shape display element
Kevin Matocha
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-22
Regular display fixes including refresh tweaks
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-05
Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410
Scott Shawcroft
2019-07-25
Add knobs for SSD1322 and two fixes.
Scott Shawcroft
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-19
Fix it's -> its
Scott Shawcroft
2019-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
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