Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_2.c41 lv_obj_t * cont_speed = lv_obj_create(content); in lv_example_msgbox_2() local
42 lv_obj_set_size(cont_speed, lv_pct(100), LV_SIZE_CONTENT); in lv_example_msgbox_2()
43 lv_obj_set_flex_flow(cont_speed, LV_FLEX_FLOW_COLUMN); in lv_example_msgbox_2()
44 …lv_obj_set_flex_align(cont_speed, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER… in lv_example_msgbox_2()
46 lv_obj_t * lb_speed = lv_label_create(cont_speed); in lv_example_msgbox_2()
48 lv_obj_t * slider_speed = lv_slider_create(cont_speed); in lv_example_msgbox_2()