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
/
tools
/
gen_display_resources.py
Age
Commit message (
Expand
)
Author
2020-08-18
gen_display_resources: report missing character count, if any
Jeff Epler
2020-08-16
gen_display_resources: silence 'missing character' message
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2019-12-19
gen_display_resources: speed it up
Jeff Epler
2019-09-03
Add .hidden to TileGrid and Group
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-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-07-18
Track a dirty area for in-memory bitmaps
Scott Shawcroft
2019-06-30
Use FONTBOUNDINGBOX for font metrics
Radomir Dopieralski
2019-06-12
Add partial display update support.
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-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-31
Begin font parsing and packing for terminal
Scott Shawcroft