circuitpython/shared-module/displayio
Scott Shawcroft 590e029198
Begin font parsing and packing for terminal
2019-01-31 11:42:13 -08:00
..
Bitmap.c Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
Bitmap.h Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
ColorConverter.c Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
ColorConverter.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
Display.c Use common delay function during display init so we don't starve background tasks. 2019-01-23 14:43:54 -08:00
Display.h Rework displays in prep for dynamic support and 8bit parallel. 2019-01-16 12:05:20 -08:00
FourWire.c Fix up nrf and using board.SPI in FourWire 2019-01-17 18:19:07 -08:00
FourWire.h share fourwire and make nrf compile 2019-01-17 15:15:59 -08:00
Group.c Add TileGrid 2019-01-31 11:42:13 -08:00
Group.h pyportal compiles and tweak blinka colors 2019-01-17 10:57:05 -08:00
OnDiskBitmap.c adding height and width to OnDiskBitmap for #1460 2019-01-20 22:33:22 -08:00
OnDiskBitmap.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
Palette.c Make palette color ordering consistent with ColorConvertes and fix blinka. 2019-01-23 14:44:46 -08:00
Palette.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
Shape.c Fix default values on last line. 2019-01-15 10:15:55 -08:00
Shape.h Add support for rendering a shape. 2019-01-14 17:29:15 -08:00
Sprite.c Add support for rendering a shape. 2019-01-14 17:29:15 -08:00
Sprite.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
TileGrid.c Add terminalio 2019-01-31 11:42:13 -08:00
TileGrid.h Add terminalio 2019-01-31 11:42:13 -08:00
__init__.c Begin font parsing and packing for terminal 2019-01-31 11:42:13 -08:00
__init__.h External fourwire works and blinka splash after 2019-01-17 00:20:16 -08:00
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00