diff options
| author | Diego Miguel <dmlls@diegomiguel.me> | 2022-05-21 14:04:49 +0200 |
|---|---|---|
| committer | Diego Miguel <dmlls@diegomiguel.me> | 2022-06-11 16:57:24 +0200 |
| commit | 20b31fdbe5667930ad9ec1fae5dd13010c783a47 (patch) | |
| tree | fe709ca25eed469c9b17b38bf06446f8d0018c08 /src/displayapp/screens/WatchFaceInfineat.h | |
| parent | 603af7c372bbd1c36e72ba9ef0e80c1ad8b1a438 (diff) | |
Show battery indicator when side cover hidden
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceInfineat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index 3e4491fe..b6f5f08c 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -139,6 +139,7 @@ namespace Pinetime { Controllers::MotionController& motionController; void SetBatteryLevel(uint8_t batteryPercent); + void ToggleBatteryIndicatorColor(bool showSideCover); lv_task_t* taskRefresh; }; |
