sainsaji / knobos

KnobOS is an ESP32S3 based Enviroment Automation Project
1 stars 0 forks source link

Home Screen Delay #1

Open sainsaji opened 5 months ago

sainsaji commented 5 months ago

Home Screen delays while syncing since a while loop runs until time is synched.

A solution will be to use lv_handler() function inside the no op while loop

sainsaji commented 5 months ago

using lv_task_handler(); funtion didn't yield expected result. Trying with xTaskCreate

sainsaji commented 5 months ago

xTask is not a viable solution here either