summaryrefslogtreecommitdiff
path: root/src/displayapp/Messages.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-24 18:29:10 (GMT)
committerGitHub <noreply@github.com>2021-07-24 18:29:10 (GMT)
commit34949a47c59e7a4d8f67a0188bba6d08a046340d (patch)
tree0a73f39c35ecc8eb46908ef6bdd4272183ac7387 /src/displayapp/Messages.h
parentce26ef8a67f75e551975942c3217a4fd6846f591 (diff)
Dim screen before sleep (#464)
* Implement dimming
Diffstat (limited to 'src/displayapp/Messages.h')
-rw-r--r--src/displayapp/Messages.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h
index ce65f84..322505e 100644
--- a/src/displayapp/Messages.h
+++ b/src/displayapp/Messages.h
@@ -13,8 +13,10 @@ namespace Pinetime {
NewNotification,
TimerDone,
BleFirmwareUpdateStarted,
- UpdateTimeOut
+ UpdateTimeOut,
+ DimScreen,
+ RestoreBrightness
};
}
}
-} \ No newline at end of file
+}