circuitpython/shared-module/displayio
Scott Shawcroft 7686f93ef4
Fix crash when getting board.SPI outside the VM
If one of the default pins was already in use it would crash.

The internal API has been refined to allow us to get the value
without causing an init of the singleton.

Fixes #1753
2019-04-05 19:06:37 -07:00
..
Bitmap.c Support multi-byte values with Bitmap 2019-04-04 12:50:35 -07:00
Bitmap.h Support multi-byte values with Bitmap 2019-04-04 12:50:35 -07:00
ColorConverter.c TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
ColorConverter.h TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
Display.c Added comment regarding parameter loop 2019-04-05 11:11:27 -07:00
Display.h Added option to easily treat SPI parameter data as commands 2019-04-04 23:15:00 -07:00
FourWire.c Simplified into fourwire only 2019-03-27 20:11:32 -07:00
FourWire.h share fourwire and make nrf compile 2019-01-17 15:15:59 -08:00
Group.c change direction of shift right 2019-04-03 09:21:34 -07:00
Group.h Accept x and y kwargs into Group for initial position. 2019-03-12 17:17:32 -07:00
OnDiskBitmap.c fixed typo 2019-03-01 07:32:46 -08:00
OnDiskBitmap.h added monochrome, 8bpp indexed, and 32bpp ARGB BMPs 2019-02-28 23:08:12 -08:00
Palette.c Make palette color ordering consistent with ColorConvertes and fix blinka. 2019-01-23 14:44:46 -08:00
Palette.h Make displayio.Palette support more than 255 colors 2019-03-20 20:36:05 +01:00
Shape.c DISPIO: end_x can't be > height of shape 2019-02-12 17:53:11 -05:00
Shape.h Add support for rendering a shape. 2019-01-14 17:29:15 -08:00
TileGrid.c TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
TileGrid.h More improvements to Terminal: 2019-01-31 11:42:14 -08:00
__init__.c Fix crash when getting board.SPI outside the VM 2019-04-05 19:06:37 -07:00
__init__.h Hook up the terminal based on the first display. 2019-01-31 11:42:14 -08:00
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00