Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/widgets/label/
Dlv_example_label_5.c11 static lv_style_t label_style; in lv_example_label_5() local
19 lv_style_init(&label_style); in lv_example_label_5()
20 lv_style_set_anim(&label_style, &animation_template); in lv_example_label_5()
27 … lv_obj_add_style(label1, &label_style, LV_STATE_DEFAULT); /*Add the style to the label*/ in lv_example_label_5()