diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-06 05:18:57 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-06 05:32:25 (GMT) |
| commit | 5866c5d6096270a0b1dfea9c8dc717236a0472c8 (patch) | |
| tree | a866ba89103acc6d176c90b599d1f317d47ea89c /src/displayapp/screens/WatchFaceAnalog24.h | |
| parent | fab003528965668e2855491b36b5ba553c6a52f5 (diff) | |
Mirror batteryIcon from WatchFaceAnalog to WatchFaceAnalog24
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog24.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceAnalog24.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog24.h b/src/displayapp/screens/WatchFaceAnalog24.h index 5df8979..033519a 100644 --- a/src/displayapp/screens/WatchFaceAnalog24.h +++ b/src/displayapp/screens/WatchFaceAnalog24.h @@ -11,6 +11,7 @@ #include "components/ble/NotificationManager.h" #include "components/heartrate/HeartRateController.h" #include "components/motion/MotionController.h" +#include <displayapp/screens/BatteryIcon.h> namespace Pinetime { namespace Controllers { @@ -65,7 +66,7 @@ namespace Pinetime { lv_style_t hour_line_style_trace; // lv_obj_t* label_date_day; - lv_obj_t* batteryIcon; + lv_obj_t* plugIcon; lv_obj_t* bleIcon; lv_obj_t* heartbeatIcon; lv_obj_t* heartbeatValue; @@ -73,6 +74,8 @@ namespace Pinetime { lv_obj_t* stepValue; lv_obj_t* notificationIcon; + BatteryIcon batteryIcon; + Controllers::DateTime& dateTimeController; Controllers::Battery& batteryController; Controllers::Ble& bleController; |
