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.
This commit is contained in:
parent
bb11891b6e
commit
da39f402e5
24 changed files with 343 additions and 9275 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue