Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c40 static lv_obj_t * control_volume_down; variable
189 control_volume_down = lv_image_create(control_screen); in control_screen_create()
190 lv_image_set_src(control_volume_down, &img_vol_up_icon); in control_screen_create()
191 lv_obj_set_width(control_volume_down, LV_SIZE_CONTENT); in control_screen_create()
192 lv_obj_set_height(control_volume_down, LV_SIZE_CONTENT); in control_screen_create()
193 lv_obj_set_x(control_volume_down, -40); in control_screen_create()
194 lv_obj_set_y(control_volume_down, 60); in control_screen_create()
195 lv_obj_set_align(control_volume_down, LV_ALIGN_CENTER); in control_screen_create()
196 lv_obj_add_flag(control_volume_down, LV_OBJ_FLAG_CLICKABLE); in control_screen_create()
197 lv_obj_remove_flag(control_volume_down, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
[all …]