From da39f402e5b91c78b724bfe568efc9339459f5a2 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 4 Jul 2020 13:58:15 +0200 Subject: Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. BLE and battery icon replaced in Clock screen. Added heartbeat and step icons in Clock screen. Replace all labels in Menu by icons. Add doc to generate new font. --- src/DisplayApp/Fonts/lcdfont70.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/DisplayApp/Fonts/lcdfont70.h (limited to 'src/DisplayApp/Fonts/lcdfont70.h') diff --git a/src/DisplayApp/Fonts/lcdfont70.h b/src/DisplayApp/Fonts/lcdfont70.h deleted file mode 100644 index 80b5dc15..00000000 --- a/src/DisplayApp/Fonts/lcdfont70.h +++ /dev/null @@ -1,5 +0,0 @@ -// Font data for LCD 70pt -extern const uint8_t lCD_70ptBitmaps[]; -extern const FONT_INFO lCD_70ptFontInfo; -extern const FONT_CHAR_INFO lCD_70ptDescriptors[]; - -- cgit v1.2.3-70-g09d2