Hello,
I’m experiencing an issue with the dropdown list. I’m using an ESP32-S3 with a 480x480 screen, and I would like to create a dropdown list with options from 0 to 254.
However, when I try to do this, it seems the dropdown only displays up to option 216. Is there a known limitation, or do you have any idea what might be going wrong?
I’m using the following command to set the options:
lv_dropdown_set_options(screen1, “option0\noption1\n…option254”);
Thank you in advance for your help!