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/Screens/ScreenList.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DisplayApp/Screens/ScreenList.cpp') diff --git a/src/DisplayApp/Screens/ScreenList.cpp b/src/DisplayApp/Screens/ScreenList.cpp index 48f71649..754d5f7e 100644 --- a/src/DisplayApp/Screens/ScreenList.cpp +++ b/src/DisplayApp/Screens/ScreenList.cpp @@ -1,6 +1,7 @@ #include #include #include "ScreenList.h" +#include "../../Version.h" using namespace Pinetime::Applications::Screens; -- cgit v1.2.3-70-g09d2