Im working on a project using Renesas RA8 series with TFT touch screen.
For one of the setting page, I use a panel to hold a long container to make a customized scroll list.
Everything work fine but I realized that there are sometimes the item list will flickers when scrolling, expecially when scrolled to the end of list.
I dunno if this is a MCU issue or squareline setting issue.
Just wander if anyone have the same experience could share the solution. Thanks!
Hi, this doesn’t seem to be a SquareLine Studio issue, but rather an LVGL rendering or configuration problem. You might want to check your buffer configuration, adjust scroll inertia settings, or optimize the rendering parameters in LVGL to better match your RA8’s performance capabilities. Double buffering could also help reduce the flickering during scrolling.
1 Like