Encapsulate the drawing of the screen into Screens classes.

This commit is contained in:
JF 2020-01-18 18:17:52 +01:00
parent f14ba4a7e3
commit f049f382f0
16 changed files with 303 additions and 152 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
// Font data for LCD 14pt
extern const uint8_t lCD_14ptBitmaps[];
extern const FONT_INFO lCD_14ptFontInfo;
extern const FONT_CHAR_INFO lCD_14ptDescriptors[];

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,5 @@
// Font data for LCD 70pt
extern const uint8_t lCD_70ptBitmaps[];
extern const FONT_INFO lCD_70ptFontInfo;
extern const FONT_CHAR_INFO lCD_70ptDescriptors[];