OMOTE/Platformio/OmoteUI/core/screen
MatthewColvin 68695b4665 add label widget and text styling
setter and getter

Generally working on getting the Display Settings page and pop up screen working well
2023-10-09 21:22:33 -05:00
..
BackgroundScreen.cpp Added concept of Background Screen that allows for construction of pages before knowing the final parent. 2023-09-22 19:59:24 -05:00
BackgroundScreen.hpp Added concept of Background Screen that allows for construction of pages before knowing the final parent. 2023-09-22 19:59:24 -05:00
HomeScreen.cpp Make sure screen manager and other screens are properly calling onShow and onHide. 2023-10-08 19:36:20 -05:00
HomeScreen.hpp Make sure screen manager and other screens are properly calling onShow and onHide. 2023-10-08 19:36:20 -05:00
PopUpScreen.cpp add label widget and text styling 2023-10-09 21:22:33 -05:00
PopUpScreen.hpp add label widget and text styling 2023-10-09 21:22:33 -05:00
ScreenBase.cpp convert Screen manager to use vector to allow popper of screen to use the Page. 2023-10-08 12:32:59 -05:00
ScreenBase.hpp convert Screen manager to use vector to allow popper of screen to use the Page. 2023-10-08 12:32:59 -05:00