eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
575 stars 97 forks source link

[LVGL] Support strings for roller options (Expression type) #592

Closed zalexzperez closed 1 week ago

zalexzperez commented 3 weeks ago

Is your feature request related to a problem? Please describe. Currently, roller options are passed using an array of strings when selecting Expression type. However, LVGL documentation states that roller options are passed as a string.

Describe the solution you'd like Accept strings and not just array of strings

Additional context Using strings to set the options allows easily creating rollers with variable amounts of options.

mvladic commented 1 week ago

Implemented.