Merge pull request #458 from kieranc/pinetimestyle-colorpicker

Add color picker for PineTimeStyle watchface
This commit is contained in:
JF002
2021-08-28 20:56:34 +02:00
committed by GitHub
10 changed files with 465 additions and 18 deletions

View File

@@ -19,10 +19,11 @@ namespace Pinetime {
private:
Controllers::Settings& settingsController;
ScreenList<2> screens;
ScreenList<3> screens;
std::unique_ptr<Screen> CreateScreen1();
std::unique_ptr<Screen> CreateScreen2();
std::unique_ptr<Screen> CreateScreen3();
};
}
}