From 5225706cc83a60647eea52d9ee28e7a4ee164aa4 Mon Sep 17 00:00:00 2001 From: JF Date: Thu, 5 Dec 2019 21:19:47 +0100 Subject: Add DisplayApp, and lcdfont. Update the display every second --- src/DisplayApp/lcdfont.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/DisplayApp/lcdfont.h (limited to 'src/DisplayApp/lcdfont.h') diff --git a/src/DisplayApp/lcdfont.h b/src/DisplayApp/lcdfont.h new file mode 100644 index 00000000..232dc891 --- /dev/null +++ b/src/DisplayApp/lcdfont.h @@ -0,0 +1,5 @@ +// Font data for LCD 70pt +extern const uint_8 lCD_70ptBitmaps[]; +extern const FONT_INFO lCD_70ptFontInfo; +extern const FONT_CHAR_INFO lCD_70ptDescriptors[]; + -- cgit v1.2.3-70-g09d2