summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorminacode <minamoto9@web.de>2022-11-06 23:03:35 +0100
committerJF <JF002@users.noreply.github.com>2022-11-19 10:37:48 +0100
commite0969c4ed623c27a7dfc77ccac2eb628d629371f (patch)
tree4bc2d90e24b4196878e911c4a41499499a76b454 /src
parent38092fcb40695098702163ab64a06787b2dc2499 (diff)
removed line
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/WatchFaceTerminal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceTerminal.cpp b/src/displayapp/screens/WatchFaceTerminal.cpp
index 92189737..d04cc517 100644
--- a/src/displayapp/screens/WatchFaceTerminal.cpp
+++ b/src/displayapp/screens/WatchFaceTerminal.cpp
@@ -30,8 +30,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
settingsController {settingsController},
heartRateController {heartRateController},
motionController {motionController} {
- settingsController.SetClockFace(3);
-
batteryValue = lv_label_create(lv_scr_act(), nullptr);
lv_label_set_recolor(batteryValue, true);
lv_obj_align(batteryValue, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, -20);