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/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 776bd637..be73dbfb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -363,7 +363,7 @@ list(APPEND SOURCE_FILES ${TINYCRYPT_SRC} ${NIMBLE_SRC} ${LVGL_SRC} - ${IMAGE_FILES} + #${IMAGE_FILES} ${SDK_SOURCE_FILES} DisplayApp/LittleVgl.cpp @@ -443,6 +443,7 @@ set(INCLUDE_FILES DisplayApp/LittleVgl.h SystemTask/SystemTask.h SystemTask/SystemMonitor.h + DisplayApp/Screens/Symbols.h ) include_directories( -- cgit v1.2.3