From 11d5403558d09eecd2c1fbf824ac925fe3f75d21 Mon Sep 17 00:00:00 2001 From: JF Date: Fri, 27 Dec 2019 15:12:09 +0100 Subject: Add small font, display date, Ble connection and battery power in display app (hard-coded values for now). --- src/DisplayApp/lcdfont70.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/DisplayApp/lcdfont70.h (limited to 'src/DisplayApp/lcdfont70.h') diff --git a/src/DisplayApp/lcdfont70.h b/src/DisplayApp/lcdfont70.h new file mode 100644 index 00000000..232dc891 --- /dev/null +++ b/src/DisplayApp/lcdfont70.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