aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMax Friedrich <minacode@users.noreply.github.com>2023-08-15 13:01:17 +0200
committerGitHub <noreply@github.com>2023-08-15 13:01:17 +0200
commit6d0d8c7d6373062cd084c170d2e50e1535c9e95d (patch)
tree12829f5c0a7a638d089f24e722a42a281d49e4ae /src/CMakeLists.txt
parent782ef7902f6576a7f5c2855e8cd13ab0ef650f6f (diff)
watchfaceanalog: Background in lvgl (#1824)
* change background image to widgets This commit removes the background image for the WatchFaceAnalog and replaces it with lvgl widgets. It aims to keep the original look. * remove comments and background image --------- Co-authored-by: minacode <minamoto9@web.de>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d903629b..1c6e8e63 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -427,7 +427,6 @@ list(APPEND SOURCE_FILES
displayapp/screens/settings/SettingBluetooth.cpp
## Watch faces
- displayapp/icons/bg_clock.c
displayapp/screens/WatchFaceAnalog.cpp
displayapp/screens/WatchFaceDigital.cpp
displayapp/screens/WatchFaceInfineat.cpp