summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-24 03:29:27 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-24 03:29:27 (GMT)
commitaa32220d919c4d9eac9f85c3ed6c636f0400aec3 (patch)
tree86b177d361aa6f971b4674c04503af9d051a6e79
parent9df60a6f45efd447e51ade9be3269903ca3680fd (diff)
Revert "analog24wip"
This reverts commit 9df60a6f45efd447e51ade9be3269903ca3680fd.
-rw-r--r--src/displayapp/screens/WatchFaceAnalog24.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog24.cpp b/src/displayapp/screens/WatchFaceAnalog24.cpp
index 09f0cc5..cc29eb3 100644
--- a/src/displayapp/screens/WatchFaceAnalog24.cpp
+++ b/src/displayapp/screens/WatchFaceAnalog24.cpp
@@ -76,11 +76,6 @@ WatchFaceAnalog24::WatchFaceAnalog24(Pinetime::Applications::DisplayApp* app,
lv_label_set_text(notificationIcon, NotificationIcon::GetIcon(false));
lv_obj_align(notificationIcon, NULL, LV_ALIGN_IN_TOP_LEFT, 0, 0);
- batteryIcon = lv_label_create(lv_scr_act(), nullptr);
- lv_label_set_text(batteryIcon, Symbols::batteryHalf);
- lv_obj_align(batteryIcon, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0);
- lv_obj_set_auto_realign(batteryIcon, true);
-
// Date - Day / Week day
// label_date_day = lv_label_create(lv_scr_act(), NULL);