Add low battery indicator to StatusIcons, digital and analog watchfaces

Define deepOrange color in InfiniTimeTheme
This commit is contained in:
Riku Isokoski
2022-12-31 10:05:38 +02:00
parent fff0a00a4a
commit 08b4cfbb50
7 changed files with 21 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ WatchFacePineTimeStyle::WatchFacePineTimeStyle(Controllers::DateTime& dateTimeCo
Controllers::Settings& settingsController,
Controllers::MotionController& motionController)
: currentDateTime {{}},
batteryIcon(false),
dateTimeController {dateTimeController},
batteryController {batteryController},
bleController {bleController},