diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 16:03:26 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-18 16:03:26 (GMT) |
| commit | 108bbc3642f9e6ca614ab4b470eb8ae34e739ffe (patch) | |
| tree | 646336eeefcb8ebd0d6c3b7ae5e77f6f86b069d5 /src/displayapp/screens/Clock.h | |
| parent | 6a925292722be365f4efc288c64b023639f0c201 (diff) | |
Fix it again..
Diffstat (limited to 'src/displayapp/screens/Clock.h')
| -rw-r--r-- | src/displayapp/screens/Clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h index 9879985..920d58b 100644 --- a/src/displayapp/screens/Clock.h +++ b/src/displayapp/screens/Clock.h @@ -47,9 +47,10 @@ namespace Pinetime { Controllers::HeartRateController& heartRateController; Controllers::MotionController& motionController; - ScreenList<2> screens; + ScreenList<3> screens; std::unique_ptr<Screen> WatchFaceDigitalScreen(); std::unique_ptr<Screen> WatchFaceAnalogScreen(); + std::unique_ptr<Screen> PineTimeStyleScreen(); // Examples for more watch faces // std::unique_ptr<Screen> WatchFaceMinimalScreen(); |
