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