avr: add support for run-length-encoded images, converted existing images

saves much ressource space especially with larger images!
This commit is contained in:
Martin Preuss
2026-01-16 16:42:49 +01:00
parent 0aa4e6846a
commit 283374b5cd
4 changed files with 281 additions and 308 deletions

View File

@@ -12,6 +12,7 @@
.equ DISPLAY_IMAGETYPE_IDX2 = 1 ; 2 bit indexed image
.equ DISPLAY_IMAGETYPE_IDX2RLE = 2 ; 2 bit indexed image, RLE-encoded