OMOTE/Platformio/OmoteUI
Matthew Colvin 65162049b3 convert notification driven battery to lvgl timer based polling
using new poller class to simplify the battery interface and
downstream usages of battery.

tweaked poller destructor and remove the default constructor
in preference of using a unique pointer

convert simulator to use a std::thread for lvgl Tick api because
the SDL thread sleep was not true to time. (and is simplified the code...)
2023-09-09 21:47:36 -04:00
..
displaySettings.cpp Updated user interface with wifi settings page 2023-09-09 21:47:04 -04:00
Images.cpp Added wifi UI and change debug print function 2023-09-09 21:47:04 -04:00
Images.hpp Added wifi UI and change debug print function 2023-09-09 21:47:04 -04:00
OmoteUI.cpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
OmoteUI.hpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
poller.cpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
poller.hpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
wifiSettings.cpp Updated simulator to support new wifi selection UI 2023-09-09 21:47:04 -04:00