Home
last modified time | relevance | path

Searched refs:lv_label_set_recolor (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/examples/widgets/label/
Dlv_example_label_1.c11lv_label_set_recolor(label1, true); /*Enable re-coloring by commands in the t… in lv_example_label_1()
/lvgl-latest/src/widgets/
Dlv_label.h133 void lv_label_set_recolor(lv_obj_t * obj, bool en);
Dlv_label.c219 void lv_label_set_recolor(lv_obj_t * obj, bool en) in lv_label_set_recolor() function
/lvgl-latest/docs/widgets/core/
Dlabel.md47 This feature can be enabled individually for each label by `lv_label_set_recolor()` function,