Dim screen before sleep (#464)

* Implement dimming
This commit is contained in:
Riku Isokoski
2021-07-24 21:29:10 +03:00
committed by GitHub
parent ce26ef8a67
commit 34949a47c5
4 changed files with 54 additions and 17 deletions

View File

@@ -13,8 +13,10 @@ namespace Pinetime {
NewNotification,
TimerDone,
BleFirmwareUpdateStarted,
UpdateTimeOut
UpdateTimeOut,
DimScreen,
RestoreBrightness
};
}
}
}
}