Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/widgets/label/
Dlv_example_label_5.c10 static lv_anim_t animation_template; in lv_example_label_5() local
13 lv_anim_init(&animation_template); in lv_example_label_5()
14 …lv_anim_set_delay(&animation_template, 1000); /*Wait 1 second to start the first scroll*/ in lv_example_label_5()
15 lv_anim_set_repeat_delay(&animation_template, in lv_example_label_5()
20 lv_style_set_anim(&label_style, &animation_template); in lv_example_label_5()