avr: work on simple GUI module to be used by node c02.

This commit is contained in:
Martin Preuss
2025-11-03 17:23:40 +01:00
parent b4fee78ad8
commit e58e9b846c
38 changed files with 1951 additions and 2422 deletions

View File

@@ -7,11 +7,12 @@
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef AVR_MODULES_FONT_DEFS
#define AVR_MODULES_FONT_DEFS
#ifndef AQH_AVR_FONT_DEFS_ASM
#define AQH_AVR_FONT_DEFS_ASM
.equ FONT_OFFS_HANDLERFN_LOW = 0
.equ FONT_OFFS_HANDLERFN_LOW = 0 ; pointer to handler fn (word address!)
.equ FONT_OFFS_HANDLERFN_HI = 1
.equ FONT_OFFS_DATASIZE = 2 ; one byte used, one byte reserved
.equ FONT_OFFS_WIDTH = 4
@@ -30,6 +31,7 @@
#endif
#endif ; AQH_AVR_FONT_DEFS_ASM