You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button behaviour while sliding finger has been improved. Now pressing on one button, sliding to another button and releasing will activate the first button rather than the second. Still not perfect but better than before. Relevant after New touch handler #492
This can also be done in LVGL 7 Force full screen refresh with a rounder function #1100disp_drv->full_refresh = 1
Can be used instead ofbackgroundLabel
s to force full refresh.if (event != LV_EVENT_CLICKED)
needed.Seems like this update would make coding easier and reduce weirdness.
https://blog.lvgl.io/2021-06-01/release_v8.0.0
The text was updated successfully, but these errors were encountered: