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
/
supervisor
/
shared
/
display.c
Age
Commit message (
Expand
)
Author
2020-09-01
supervisor: Always allocate at least a 1x1 terminal
Jeff Epler
2020-08-17
Turn off terminalio for ja and ko
Scott Shawcroft
2020-08-12
Fix build errors when SHARPDISPLAY && !RGBMATRIX
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-14
displayio: swap colors in palettes too
Jeff Epler
2020-04-14
fix build for non-displayio & non-protomatter targets
Jeff Epler
2020-04-14
protomatter: more memory allocation fixes
Jeff Epler
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-07-25
Add knobs for SSD1322 and two fixes.
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-26
Properly reset the terminal each init.
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-04-04
Support multi-byte values with Bitmap
Scott Shawcroft
2019-04-03
Set the terminal tilegrid NULL after free
Scott Shawcroft
2019-02-15
Store the original layer in Group
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-02-01
Fix built-in inits and terminal allocate
Scott Shawcroft
2019-01-31
Fix hallowing and nrf builds
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