diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-04-07 14:28:04 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-06 05:32:21 (GMT) |
| commit | fab003528965668e2855491b36b5ba553c6a52f5 (patch) | |
| tree | 03cb04e9813b381ef7626970d549b58191f379d4 /src/displayapp/screens/WatchFacePineTimeStyle.h | |
| parent | fbfb8fa4a2ca9274c73f2ba2e6cec4b8fc9e8ad4 (diff) | |
New sharper batteryicon. Remove old unused batteryicons
Diffstat (limited to 'src/displayapp/screens/WatchFacePineTimeStyle.h')
| -rw-r--r-- | src/displayapp/screens/WatchFacePineTimeStyle.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFacePineTimeStyle.h b/src/displayapp/screens/WatchFacePineTimeStyle.h index 465aa70..e703d89 100644 --- a/src/displayapp/screens/WatchFacePineTimeStyle.h +++ b/src/displayapp/screens/WatchFacePineTimeStyle.h @@ -8,6 +8,7 @@ #include "displayapp/Colors.h" #include "components/datetime/DateTimeController.h" #include "components/ble/BleController.h" +#include <displayapp/screens/BatteryIcon.h> namespace Pinetime { namespace Controllers { @@ -79,7 +80,7 @@ namespace Pinetime { lv_obj_t* dateDay; lv_obj_t* dateMonth; lv_obj_t* backgroundLabel; - lv_obj_t* batteryIcon; + lv_obj_t* plugIcon; lv_obj_t* bleIcon; lv_obj_t* calendarOuter; lv_obj_t* calendarInner; @@ -93,6 +94,8 @@ namespace Pinetime { lv_obj_t* lbl_btnSet; lv_color_t needle_colors[1]; + BatteryIcon batteryIcon; + Controllers::DateTime& dateTimeController; Controllers::Battery& batteryController; Controllers::Ble& bleController; |
