When I’m developing my project I stumbeled onto a limitation of LVGL, it’s such a great library so I didn’t think there were any.
I have rollers, and as you may know rollers have Index ID and string (name that you see).
I save my value and delete the roller as it’s in a popup. When I load the popup again I want the roller to be set to the saved value. Problem is that the only way to set the roller is via the ID. Via this function
lv_roller_set_selected. There should exist a function that’s named lv_roller_set_selected_str which let’s you set the selected value by the actual name instead of the ID.
I looked into the lv_roller_set_selected function but I’m afraid it’s a bit to complicated for me to make on own. Let’s hope they create this request