Implement battery indicator

This commit is contained in:
Diego Miguel
2022-04-01 16:22:26 +02:00
parent 9122547657
commit b5bf6c51a4
3 changed files with 43 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ std::unique_ptr<Screen> Clock::WatchFaceTerminalScreen() {
std::unique_ptr<Screen> Clock::WatchFaceInfineatScreen() {
return std::make_unique<Screens::WatchFaceInfineat>(app,
dateTimeController,
batteryController,
bleController,
notificatioManager,
settingsController,