avr: more work on fonts, added heap functions.

This commit is contained in:
Martin Preuss
2025-05-24 15:32:45 +02:00
parent fa5acddcbe
commit 391c06e7e5
14 changed files with 661 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef AVR_MODULES_FONT_DEFS
#define AVR_MODULES_FONT_DEFS
.equ FONT_OFFS_RENDERFN_LOW = 0
@@ -18,3 +20,7 @@
.equ FONT_OFFS_NUMCHARS = 7
#endif