OMOTE/Platformio/OmoteUI/core
Matthew Colvin 0796176a0e Add Getters and setters for X and Y values
had to make sure the getters properly calculated layout before retrieving values.

Add a Tab class to allow for better control of adding content into the tabs and managing the contents once its in there.

Use setting class to do a quick demo of the OnShow code abilities. This could be useful for things like settings pages that need to load up HW resources when they are shown but then can power them down when they are hidden.
2023-09-23 01:06:06 -05:00
..
interfaces clang format code 2023-09-16 15:34:16 -05:00
page Add Getters and setters for X and Y values 2023-09-23 01:06:06 -05:00
screen Added concept of Background Screen that allows for construction of pages before knowing the final parent. 2023-09-22 19:59:24 -05:00
widget Add visiblity API for UIElements 2023-09-16 21:43:07 -05:00
poller.cpp clang format code 2023-09-16 15:34:16 -05:00
poller.hpp clang format code 2023-09-16 15:34:16 -05:00
ScreenManager.cpp Add visiblity API for UIElements 2023-09-16 21:43:07 -05:00
ScreenManager.hpp Add visiblity API for UIElements 2023-09-16 21:43:07 -05:00
UIElement.cpp Add Getters and setters for X and Y values 2023-09-23 01:06:06 -05:00
UIElement.hpp Add Getters and setters for X and Y values 2023-09-23 01:06:06 -05:00
UIElementIds.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