circuitpython/shared-module/terminalio
Scott Shawcroft 6797ec6ed3
Add support for grayscale displays that are < 8 bit depth.
This also improves Palette so it stores the original RGB888 colors.

Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly
useful for the SSD1306.

Fixes #1828. Fixes #1956
2019-07-19 16:06:11 -07:00
..
Terminal.c Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
Terminal.h Move Glyph and BuiltinFont into fontio 2019-03-19 16:22:09 -07:00
__init__.c Add terminalio 2019-01-31 11:42:13 -08:00
__init__.h Add terminalio 2019-01-31 11:42:13 -08:00