avr: more general approach to fonts.
This commit is contained in:
@@ -15,6 +15,20 @@
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine font16x26MonoHandlerFn
|
||||
;
|
||||
; Handler for 16x26 Mono Fonts
|
||||
;
|
||||
|
||||
font16x26MonoHandlerFn:
|
||||
cpi r23, FONT_FN_RENDER
|
||||
breq font16x26MonoRenderCharacter
|
||||
rjmp FONT_GenericHandler
|
||||
; @end
|
||||
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine font16x26RenderCharacter
|
||||
|
||||
Reference in New Issue
Block a user