From f049f382f03c946b967e1a53368c82f845299cb4 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 18 Jan 2020 18:17:52 +0100 Subject: Encapsulate the drawing of the screen into Screens classes. --- src/DisplayApp/Fonts/lcdfont14.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/DisplayApp/Fonts/lcdfont14.h (limited to 'src/DisplayApp/Fonts/lcdfont14.h') diff --git a/src/DisplayApp/Fonts/lcdfont14.h b/src/DisplayApp/Fonts/lcdfont14.h new file mode 100644 index 00000000..271b19fd --- /dev/null +++ b/src/DisplayApp/Fonts/lcdfont14.h @@ -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[]; + -- cgit v1.2.3-70-g09d2