diff options
| author | ITCactus <n/a> | 2022-05-16 12:05:14 +0200 |
|---|---|---|
| committer | ITCactus <n/a> | 2022-06-30 15:15:32 +0200 |
| commit | 917e46c684a590f708b12458dc5f197cc9bee0fc (patch) | |
| tree | 96d9ba9b07894b79fbb633b99930753017d827f8 /src/displayapp/screens/WatchFaceCasioStyleG7710.h | |
| parent | 319dfd23e7dd1ecfedea113e49dfe30b5a814c67 (diff) | |
post rebase fixes
Diffstat (limited to 'src/displayapp/screens/WatchFaceCasioStyleG7710.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceCasioStyleG7710.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceCasioStyleG7710.h b/src/displayapp/screens/WatchFaceCasioStyleG7710.h index 0cf7bbbf..d77393e0 100644 --- a/src/displayapp/screens/WatchFaceCasioStyleG7710.h +++ b/src/displayapp/screens/WatchFaceCasioStyleG7710.h @@ -69,12 +69,15 @@ namespace Pinetime { lv_obj_t* backgroundLabel; lv_obj_t* bleIcon; lv_obj_t* batteryPlug; + lv_obj_t* label_battery_vallue; lv_obj_t* heartbeatIcon; lv_obj_t* heartbeatValue; lv_obj_t* stepIcon; lv_obj_t* stepValue; lv_obj_t* notificationIcon; - lv_obj_t* batteryIcon; + lv_obj_t* line_icons; + + BatteryIcon batteryIcon; Controllers::DateTime& dateTimeController; Controllers::Battery& batteryController; |
