circuitpython/shared-bindings/displayio
Scott Shawcroft 448ae64d8e
Add support for display rotation and raw commands
Display rotation is relative to the scan order of the display.
The scan order can be found by scrolling the display with command
0x37 `display_bus.send(0x37, struct.pack(">H", i % 128))`

Fixes #1504
2019-02-01 00:32:03 -08:00
..
Bitmap.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Bitmap.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
ColorConverter.c Add subclass support to displayio. 2019-01-14 17:29:19 -08: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 Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
FourWire.h share fourwire and make nrf compile 2019-01-17 15:15:59 -08:00
Group.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Group.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
OnDiskBitmap.c adding height and width to OnDiskBitmap for #1460 2019-01-20 22:33:22 -08:00
OnDiskBitmap.h adding height and width to OnDiskBitmap for #1460 2019-01-20 22:33:22 -08:00
Palette.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Palette.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
ParallelBus.c Add support for display rotation and raw commands 2019-02-01 00:32:03 -08:00
ParallelBus.h Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
Shape.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
Shape.h Add support for rendering a shape. 2019-01-14 17:29:15 -08:00
TileGrid.c Correct TileGrid class name. 2019-01-31 11:42:15 -08:00
TileGrid.h More improvements to Terminal: 2019-01-31 11:42:14 -08:00
__init__.c Remove doc reference to Sprite 2019-01-31 11:42:15 -08:00
__init__.h External fourwire works and blinka splash after 2019-01-17 00:20:16 -08:00