circuitpython/shared-bindings/displayio
Scott Shawcroft f21cf15c38
Add OnDiskBitmap which loads pixel data straight from disk.
Also, renamed Sprite's palette to pixel_shader so it can be
anything that produces colors based on values (including color values).
Added a ColorConverter that converts RGB888 (found in bitmaps) to
RGB565 for the display.

Fixes #1182
2018-09-12 15:25:59 -07:00
..
Bitmap.c Tweaks based on feedback 2018-08-31 14:21:48 -07:00
Bitmap.h Minor tweaks based on feedback 2018-09-06 14:49:49 -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
FourWire.c Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
FourWire.h Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
Group.c Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
Group.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
OnDiskBitmap.c Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
OnDiskBitmap.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
Palette.c Merge translations and update title underline 2018-09-06 14:56:26 -07:00
Palette.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
Sprite.c Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
Sprite.h Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
__init__.c Add OnDiskBitmap which loads pixel data straight from disk. 2018-09-12 15:25:59 -07:00
__init__.h Tweaks based on feedback 2018-08-31 14:21:48 -07:00