Add sleep mode which disables notifications, touch- and motion wakeup (#1261)

This commit is contained in:
Riku Isokoski
2022-08-21 14:52:38 +03:00
committed by GitHub
parent 62c4ff9c2d
commit 69563ed031
6 changed files with 54 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ namespace Pinetime {
~QuickSettings() override;
void OnButtonEvent(lv_obj_t* object, lv_event_t event);
void OnButtonEvent(lv_obj_t* object);
void UpdateScreen();