Home
last modified time | relevance | path

Searched defs:text1 (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c629 static void scroll_next_step(lv_obj_t * label1, lv_obj_t * label2, const char * text1, const char *… in scroll_next_step()
644 const char * text1 = "This is a long text that we will update while scrolling"; in test_label_scroll_mid_update() local
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1180 static lv_obj_t * create_scale_box(lv_obj_t * parent, const char * title, const char * text1, const… in create_scale_box()