diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-03-06 19:55:53 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-03-06 19:55:53 (GMT) |
| commit | 97deb43fb78b581535887938a0c3c0813896fcbe (patch) | |
| tree | 8e393258059f434a8a140f6aff303e4228f5adc5 /src/displayapp/screens/Clock.h | |
| parent | 3d6e8c3bebbdaafa764b06ebc2769f2eaac05298 (diff) | |
Update from JF comments to PR
Diffstat (limited to 'src/displayapp/screens/Clock.h')
| -rw-r--r-- | src/displayapp/screens/Clock.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h index 2b1be4a..964ccbf 100644 --- a/src/displayapp/screens/Clock.h +++ b/src/displayapp/screens/Clock.h @@ -49,8 +49,10 @@ namespace Pinetime { ScreenList<2> screens; std::unique_ptr<Screen> WatchFaceDigitalScreen(); std::unique_ptr<Screen> WatchFaceAnalogScreen(); - std::unique_ptr<Screen> WatchFaceMinimalScreen(); - std::unique_ptr<Screen> WatchFaceCustomScreen(); + + // Examples for more watch faces + //std::unique_ptr<Screen> WatchFaceMinimalScreen(); + //std::unique_ptr<Screen> WatchFaceCustomScreen(); bool running = true; |
