Revert "Reset"

This reverts commit 378fa6b401.
This commit is contained in:
Kieran Cawthray
2021-05-18 17:45:16 +02:00
parent a4968b5029
commit 6a92529272
45 changed files with 865 additions and 101 deletions

View File

@@ -47,10 +47,9 @@ namespace Pinetime {
Controllers::HeartRateController& heartRateController;
Controllers::MotionController& motionController;
ScreenList<3> screens;
ScreenList<2> 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();