-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LVGL Factory example issue #39
Comments
The clock pause may be related to the wifi connection. Are you sure you are connected to the correct wifi? T-QT/examples/LVGL_Factory/lvgl_gui.cpp Line 144 in 3f31e59
|
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! |
Fix regarding this issue: in 'void update_sensor(lv_timer_t *timer)' function:- comment out the line: 'if (!WiFi.isConnected())return;' Also: The published example was obviously not tested for using on the old board. |
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(); }
The text was updated successfully, but these errors were encountered: