Hello
Is there any plans to support Rich text in LVGL Text Area?
Even if it was some simple mechanism to change specific properties of small parts of the text will be awesome.
Thank you
Fernando Henriques
Hello
Is there any plans to support Rich text in LVGL Text Area?
Even if it was some simple mechanism to change specific properties of small parts of the text will be awesome.
Thank you
Fernando Henriques
Hi,
Recoloring should work in text area too.
ta1 = lv_textarea_create(lv_scr_act(), NULL);
lv_textarea_set_text(ta1, "A text #FF0000 in# a Text Area");
lv_label_set_recolor(lv_textarea_get_label(ta1), true);