temporarily disabled writing text on startup (need the flash space).

This commit is contained in:
Martin Preuss
2025-05-28 00:52:40 +02:00
parent b3274466a3
commit 335163f887

View File

@@ -84,6 +84,7 @@ ILI9341_Init:
mov r0, r16
mov r1, r16
#if 0
; set Xpos
ldi r16, LOW(100)
mov r4, r16
@@ -129,6 +130,7 @@ ILI9341_Init:
ldi r16, 'E'
rcall ili9341_WriteCharacterX4At
#endif
sec
ret