Open JackIsGoofingOff opened 1 month ago
The clock pause may be related to the wifi connection. Are you sure you are connected to the correct wifi? https://github.com/Xinyuan-LilyGO/T-QT/blob/3f31e59a84d4530e26c236faab19391f80827593/examples/LVGL_Factory/lvgl_gui.cpp#L144
In the screen it shows that wifi has been connected and the clock actually can run for a few seconds
Try pressing the button to see if the page switches!
Hi, I am here to seek for some helps about the lvgl factory example. I just ran the LVGL Factory example from the T-QT official folder and nothing wrong was reported from Serial Monitor. But the screen paused completely after a few seconds of running the wifi clock which I guess was related the following codes. May I know the possible reasons for it?
gui_init(); while (1) { lv_timer_handler(); }