OMOTE/Platformio
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
..
.vscode Added wifi UI and change debug print function 2023-09-09 21:47:04 -04:00
HAL convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
lib Initial Upload 2023-06-28 20:26:56 +02:00
OmoteUI convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
src ensure all targets build 2023-09-09 21:44:46 -04:00
test Initial Upload 2023-06-28 20:26:56 +02:00
.gitignore Initial Upload 2023-06-28 20:26:56 +02:00
platformio.ini add fake battery Drain to simulator 2023-09-09 21:47:04 -04:00