diff options
| author | Max Friedrich <minacode@users.noreply.github.com> | 2023-08-15 13:01:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-15 13:01:17 +0200 |
| commit | 6d0d8c7d6373062cd084c170d2e50e1535c9e95d (patch) | |
| tree | 12829f5c0a7a638d089f24e722a42a281d49e4ae /src/CMakeLists.txt | |
| parent | 782ef7902f6576a7f5c2855e8cd13ab0ef650f6f (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.txt | 1 |
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 |
