avr: more general approach to fonts.

This commit is contained in:
Martin Preuss
2025-06-02 21:13:44 +02:00
parent cd1fce313e
commit b82e0d02df
18 changed files with 1214 additions and 238 deletions

View File

@@ -15,6 +15,19 @@
; ---------------------------------------------------------------------------
; @routine font6x8MonoHandlerFn
;
; Handler for 6x8 Mono Fonts
;
font6x8MonoHandlerFn:
cpi r23, FONT_FN_RENDER
breq font6x8MonoRenderCharacter
rjmp FONT_GenericHandler
; @end
; ---------------------------------------------------------------------------
; @routine font6x8RenderCharacter