added more fonts and corresponding code. disabled test code in ili9341 module.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
.dseg
|
||||
|
||||
ILI9341_buffer: .byte 128
|
||||
;ILI9341_buffer: .byte 128
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
@@ -45,6 +45,7 @@ ILI9341_Init:
|
||||
rcall ILI9341_SetBacklight
|
||||
|
||||
|
||||
#if 0
|
||||
ldi r16, 0xff
|
||||
mov r3, r16
|
||||
ldi r16, 0xff
|
||||
@@ -84,7 +85,6 @@ ILI9341_Init:
|
||||
mov r0, r16
|
||||
mov r1, r16
|
||||
|
||||
#if 0
|
||||
; set Xpos
|
||||
ldi r16, LOW(100)
|
||||
mov r4, r16
|
||||
|
||||
Reference in New Issue
Block a user