Description
I am loading file names for selection from an SD card folder. Evereything works fine but some file names are longer then they fit the screen width in a portrait orientation. I cannot find a way to automatically or manually scroll the text. All the operations are via the touch screen, no mechanical buttons or switches.
What MCU/Processor/Board and compiler are you using?
ESP32-S3
Arduino 2.3.2
What LVGL version are you using?
V8.3.11 which is the latest in SLS
What do you want to achieve?
want to have horizontal autoscroll the content of the roller widget when the text is wider then the avilable space.
What have you tried so far?
I tried the regular text scrolling, but that does not work with the roller and I was expecting that result, but I could not find anything else related to this predicement.
I hope someone has a solution for this. Thank you for your help in advance.