Home
last modified time | relevance | path

Searched refs:lv_label_set_recolor (Results 1 – 7 of 7) 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/label/
Dlv_label.h138 void lv_label_set_recolor(lv_obj_t * obj, bool en);
Dlv_label.c270 void lv_label_set_recolor(lv_obj_t * obj, bool en) in lv_label_set_recolor() function
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_label.c132 lv_label_set_recolor(label, true); in test_label_selection_and_recolor()
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c297 lv_label_set_recolor(lv_obj, en); in pika_lvgl_label_set_recolor()
/lvgl-latest/docs/details/widgets/
Dlabel.rst127 individually for each label by :cpp:expr:`lv_label_set_recolor(label, en)`
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c624 lv_label_set_recolor(label_recolor, true); in test_label_with_recolor_cmd()