diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-25 22:57:24 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 16:56:47 +0100 |
| commit | f032847ae1108ad19c1a3c447cfd4f255e6ae33b (patch) | |
| tree | 114962468aa613caeff8c3f38b5bfe7f10a78967 /src/displayapp/DisplayApp.h | |
| parent | 97ba39988bceb8e93c5498a88ce35627afcd1af7 (diff) | |
Refactor into defined states
Diffstat (limited to 'src/displayapp/DisplayApp.h')
| -rw-r--r-- | src/displayapp/DisplayApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.h b/src/displayapp/DisplayApp.h index d443b8b2..73492808 100644 --- a/src/displayapp/DisplayApp.h +++ b/src/displayapp/DisplayApp.h @@ -49,7 +49,7 @@ namespace Pinetime { namespace Applications { class DisplayApp { public: - enum class States { Idle, Running }; + enum class States { Idle, Running, AOD }; enum class FullRefreshDirections { None, Up, Down, Left, Right, LeftAnim, RightAnim }; DisplayApp(Drivers::St7789& lcd, |
