mini canvas

This commit is contained in:
2024-03-21 19:30:40 +01:00
parent 8597a9f736
commit 474fce2278
5 changed files with 50 additions and 5 deletions

View File

@ -61,7 +61,7 @@
.section ".data"
screendata:
.rept CANVAS_HEIGHT*CANVAS_WIDTH ;; number of leds in hardward
.rept (CANVAS_HEIGHT*CANVAS_WIDTH) + (MINI_CANVAS_HEIGHT*MINI_CANVAS_WIDTH) ;; number of leds in hardward
.byte 0
.endr
screendataend: