avr: more work on fonts, added heap functions.
This commit is contained in:
@@ -57,3 +57,5 @@
|
||||
.equ WIN_OFFS_REL_X_HIGH = 11
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -97,8 +97,8 @@ ILI9341_Init:
|
||||
mov r7, r16
|
||||
|
||||
; set font pos
|
||||
ldi zl, LOW(font1_8x8*2)
|
||||
ldi zh, HIGH(font1_8x8*2)
|
||||
ldi zl, LOW(font2_6x8*2)
|
||||
ldi zh, HIGH(font2_6x8*2)
|
||||
|
||||
; set buffer pos
|
||||
; ldi xl, LOW(ILI9341_buffer)
|
||||
@@ -423,6 +423,6 @@ helloWorld: .db "Hello World", 0
|
||||
|
||||
|
||||
|
||||
.include "modules/lcd2/font/font1.asm"
|
||||
.include "modules/lcd2/font/font2.asm"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user