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
is there a way to make the animations (scrolling, etc) on the LVGL Widget demo perform better?
When the screen is just showing a picture, it has a refresh rate of 33 FPS. However, when I scroll or change tabs, it drops down to 4 fps and it's lagging really bad. I've tried to change the gfx->begin(), and to change the main ESP32S3 system clock speed to 240MHz, but I'm getting the same result every time.
The text was updated successfully, but these errors were encountered:
Hi!
is there a way to make the animations (scrolling, etc) on the LVGL Widget demo perform better?
When the screen is just showing a picture, it has a refresh rate of 33 FPS. However, when I scroll or change tabs, it drops down to 4 fps and it's lagging really bad. I've tried to change the
gfx->begin()
, and to change the main ESP32S3 system clock speed to 240MHz, but I'm getting the same result every time.The text was updated successfully, but these errors were encountered: