If not existing already (don't think so) : having the possibility to specify custom font style for the icon part of the lv_list_add_btn object. Also, having LVGL resolving automatically the correct glyph descriptor would be great if feasible....
Introduce the problem I want disable scroll text in lv_list_add_btn, how i can do it? in func lv_list_add_btn: ... if(txt) { lv_obj_t * label = lv_label_create(obj); lv_label_set_text(label, txt); lv_label_set_long_mode(label, LV_LABEL_L...