napperley
12/21/2021, 12:21 AMlv_dropdown_set_options
( https://docs.lvgl.io/8.0/widgets/core/dropdown.html?highlight=lv_dropdown_set_options#_CPPv423lv_dropdown_set_optionsP8lv_obj_tPKc ) is used instead of the lv_dropdown_set_options_static
( https://docs.lvgl.io/8.0/widgets/core/dropdown.html?highlight=lv_dropdown_set_options_static#_CPPv430lv_dropdown_set_options_staticP8lv_obj_tPKc ) function then the reserved memory usage increases by about 400 KB, ouch! 🩹 . This is the string literal that is passed through to the function: "Male\nFemale\nOther"
napperley
12/21/2021, 12:29 AM