avr: fixed more typos.

This commit is contained in:
Martin Preuss
2026-04-20 23:59:16 +02:00
parent 49c0088b0d
commit decd2120a4
4 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ ili9341Font12x16_1:
.dw 480 ; needed buffer size
.db 12, 16 ; width, height of chars
.db 32, 96 ; first char, num of chars in font
.dw RESSSOURCE_FNT_12X16_1 ; stored in ressource segment
.dw RESSOURCE_FNT_12X16_1 ; stored in ressource segment
#endif ; AQH_AVR_ILI9341_FONT12X16_1_ASM

View File

@@ -33,7 +33,7 @@ ili9341Font12x20_1:
.dw 480 ; needed buffer size
.db 12, 20 ; width, height of chars
.db 32, 96 ; first char, num of chars in font
.dw RESSSOURCE_FNT_12X20_1
.dw RESSOURCE_FNT_12X20_1
#endif ; AQH_AVR_ILI9341_FONT12X20_1_ASM

View File

@@ -34,7 +34,7 @@ ili9341Font6x8_1:
.db 96, 0 ; needed buffer size
.db 6, 8 ; width, height of chars
.db 32, 224 ; first char, num of chars in font
.dw RESSSOURCE_FNT_6X8_1
.dw RESSOURCE_FNT_6X8_1
#endif ; AQH_AVR_ILI9341_FONT6X8_1_ASM