OMOTE/Platformio/OmoteUI/core/screen
MatthewColvin a11b78c540 boiler plate code for Pop up Screen to UI to allow for quick way to launch pages.
This will be huge for RAM saving as the page will de alloc when closed.
2023-10-06 14:25:05 -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 fully implement Key press handeling in HAL for esp32 hardware and switch hardware to use the refactored UI 2023-10-05 09:53:07 -05:00
HomeScreen.hpp fully implement Key press handeling in HAL for esp32 hardware and switch hardware to use the refactored UI 2023-10-05 09:53:07 -05:00
PopUpScreen.cpp boiler plate code for Pop up Screen to UI to allow for quick way to launch pages. 2023-10-06 14:25:05 -05:00
PopUpScreen.hpp boiler plate code for Pop up Screen to UI to allow for quick way to launch pages. 2023-10-06 14:25:05 -05:00
ScreenBase.cpp propigate key events around UI 2023-10-01 18:53:25 -05:00
ScreenBase.hpp propigate key events around UI 2023-10-01 18:53:25 -05:00