OMOTE/Platformio/OmoteUI/core/screen
2023-10-10 13:36:32 -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 adds some code to ensure onShow and onHide are called properly. 2023-10-10 13:36:32 -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