Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c37 static lv_obj_t * control_music_next; variable
116 control_music_next = lv_image_create(control_screen); in control_screen_create()
117 lv_image_set_src(control_music_next, &img_right_arrow_icon); in control_screen_create()
118 lv_obj_set_width(control_music_next, LV_SIZE_CONTENT); in control_screen_create()
119 lv_obj_set_height(control_music_next, LV_SIZE_CONTENT); in control_screen_create()
120 lv_obj_set_x(control_music_next, 75); in control_screen_create()
121 lv_obj_set_y(control_music_next, 0); in control_screen_create()
122 lv_obj_set_align(control_music_next, LV_ALIGN_CENTER); in control_screen_create()
123 lv_obj_add_flag(control_music_next, LV_OBJ_FLAG_CLICKABLE); in control_screen_create()
124 lv_obj_remove_flag(control_music_next, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
[all …]