circuitpython/shared-module/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
..
__init__.c Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
__init__.h Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
Bitmap.c Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00
Bitmap.h Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -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
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
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -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 Minor tweaks based on feedback 2018-09-06 14:49:49 -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