diff options
| author | JF <jf@codingfield.com> | 2020-07-04 13:58:15 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-07-04 13:58:15 +0200 |
| commit | da39f402e5b91c78b724bfe568efc9339459f5a2 (patch) | |
| tree | d2508ce6eca43c29516feb4d2680cba17890af45 /src/DisplayApp/Screens/ScreenList.cpp | |
| parent | bb11891b6e66efdc0a0fc8a9761d94719fd4748f (diff) | |
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.
Diffstat (limited to 'src/DisplayApp/Screens/ScreenList.cpp')
| -rw-r--r-- | src/DisplayApp/Screens/ScreenList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <libs/lvgl/lvgl.h> #include <DisplayApp/DisplayApp.h> #include "ScreenList.h" +#include "../../Version.h" using namespace Pinetime::Applications::Screens; |
