summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-09-10 22:00:21 -0700
committerScott Shawcroft <scott@tannewt.org>2018-09-12 15:25:59 -0700
commitf21cf15c384756ae462fdffded79c4bda8afcc28 (patch)
tree249eb50cd46c11e163083cba74ebb7a819ed8f55 /ports
parent9ace50a18ad4baa431c406fd6dc509f9fee92c4c (diff)
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
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 9c94e442f..11b9a0de6 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -384,7 +384,9 @@ SRC_SHARED_MODULE = \
busio/OneWire.c \
displayio/__init__.c \
displayio/Bitmap.c \
+ displayio/ColorConverter.c \
displayio/Group.c \
+ displayio/OnDiskBitmap.c \
displayio/Palette.c \
displayio/Sprite.c \
gamepad/__init__.c \