circuitpython/shared-module/terminalio
Scott Shawcroft 224e9b1009
Standardize TileGrid to x and y properties over position
This brings it inline with Group. Also fixes #1613

This also includes a number of fixes for where a method is called
through a subclass. We now correctly get the native object.
Fixes #1567

Lastly, this adds subscript support to TileGrid for changing tile
indices. Similar to Bitmap, it accepts ints or 2-tuples.
2019-03-12 17:18:33 -07:00
..
Terminal.c Standardize TileGrid to x and y properties over position 2019-03-12 17:18:33 -07:00
Terminal.h A variety of displayio improvements 2019-02-11 20:55:05 -08: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