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

@@ -37,6 +37,7 @@ namespace Pinetime {
static constexpr const char* chartLine = "\xEF\x88\x81";
static constexpr const char* eye = "\xEF\x81\xAE";
static constexpr const char* home = "\xEF\x80\x95";
static constexpr const char* sleep = "\xEE\xBD\x84";
// lv_font_sys_48.c
static constexpr const char* settings = "\xEE\xA2\xB8";