eez-open / studio

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

[LVGL] Roller widget options string size limit #503

Open mvladic opened 3 months ago

mvladic commented 3 months ago

There is a 1024 character limit for the roller options string. This can be changed by defining EEZ_LVGL_TEMP_STRING_BUFFER_SIZE. But we should consider a possible solution when this array can be of any size, as long as there is free memory.