PineTimeStyle color picker initial commit

This commit is contained in:
Kieran Cawthray
2021-06-24 19:15:23 +02:00
parent 14721e8f1e
commit 38ab0add48
7 changed files with 385 additions and 2 deletions

View File

@@ -21,10 +21,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();
};
}
}