circuitpython/shared-module/displayio
Scott Shawcroft c17f147be9
A variety of displayio improvements
This changes a number of things in displayio:
* Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with
  a font it is available as board.TERMINAL_FONT. Fixes #1172
* Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191
* Add width and height properties to Bitmap.
* Add insert and [] access to Group. Fixes #1518
* Add index param to pop on Group.
* Terminal no longer takes unicode character info. It takes a BuiltinFont instead.
* Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history.
* Add x and y positions to Group plus scale as well.
* Add bitmap accessor for BuiltinFont
2019-02-11 20:55:05 -08:00
..
__init__.c Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
__init__.h Hook up the terminal based on the first display. 2019-01-31 11:42:14 -08:00
Bitmap.c A variety of displayio improvements 2019-02-11 20:55:05 -08:00
Bitmap.h A variety of displayio improvements 2019-02-11 20:55:05 -08:00
BuiltinFont.c A variety of displayio improvements 2019-02-11 20:55:05 -08:00
BuiltinFont.h A variety of displayio improvements 2019-02-11 20:55:05 -08: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 Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
Display.h Add support for display rotation and raw commands 2019-02-01 00:32:03 -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 A variety of displayio improvements 2019-02-11 20:55:05 -08:00
Group.h A variety of displayio improvements 2019-02-11 20:55:05 -08:00
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07: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
TileGrid.c A variety of displayio improvements 2019-02-11 20:55:05 -08:00
TileGrid.h More improvements to Terminal: 2019-01-31 11:42:14 -08:00