Encapsulate the drawing of the screen into Screens classes.
This commit is contained in:
parent
f14ba4a7e3
commit
f049f382f0
16 changed files with 303 additions and 152 deletions
1718
src/DisplayApp/Fonts/lcdfont14.c
Normal file
1718
src/DisplayApp/Fonts/lcdfont14.c
Normal file
File diff suppressed because it is too large
Load diff
5
src/DisplayApp/Fonts/lcdfont14.h
Normal file
5
src/DisplayApp/Fonts/lcdfont14.h
Normal 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[];
|
||||
|
||||
7264
src/DisplayApp/Fonts/lcdfont70.c
Normal file
7264
src/DisplayApp/Fonts/lcdfont70.c
Normal file
File diff suppressed because it is too large
Load diff
5
src/DisplayApp/Fonts/lcdfont70.h
Normal file
5
src/DisplayApp/Fonts/lcdfont70.h
Normal 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[];
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue