avr: add support for run-length-encoded images, converted existing images
saves much ressource space especially with larger images!
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
|
||||
.equ DISPLAY_IMAGETYPE_IDX2 = 1 ; 2 bit indexed image
|
||||
.equ DISPLAY_IMAGETYPE_IDX2RLE = 2 ; 2 bit indexed image, RLE-encoded
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user