This commit is contained in:
Wolfgang Hottgenroth 2024-03-12 10:19:02 +01:00
parent 30ab5287da
commit 6020118fc2

2
main.S
View File

@ -59,7 +59,7 @@
.section ".data"
screendata:
.rept 60 ;; number of leds in hardward
.rept 110 ;; number of leds in hardward
.byte 0
.endr
screendataend: