diff --git a/Platformio/OmoteUI/OmoteUI.cpp b/Platformio/OmoteUI/OmoteUI.cpp index 360dc71..fdf5433 100644 --- a/Platformio/OmoteUI/OmoteUI.cpp +++ b/Platformio/OmoteUI/OmoteUI.cpp @@ -91,6 +91,7 @@ void OmoteUI::virtualKeypad_event_cb(lv_event_t *e) { void OmoteUI::loopHandler(){ lv_timer_handler(); + lv_task_handler(); } void OmoteUI::create_status_bar(){ diff --git a/Platformio/src/simMain.cpp b/Platformio/src/simMain.cpp index ca082c4..3fa4c78 100644 --- a/Platformio/src/simMain.cpp +++ b/Platformio/src/simMain.cpp @@ -12,6 +12,5 @@ int main(){ while (true){ ui->loopHandler(); - lv_task_handler(); } } \ No newline at end of file