Show battery indicator when side cover hidden

This commit is contained in:
Diego Miguel
2022-05-21 14:04:49 +02:00
parent 603af7c372
commit 20b31fdbe5
2 changed files with 16 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ namespace Pinetime {
Controllers::MotionController& motionController;
void SetBatteryLevel(uint8_t batteryPercent);
void ToggleBatteryIndicatorColor(bool showSideCover);
lv_task_t* taskRefresh;
};