Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c38 static lv_obj_t * control_bluetooth_icon; variable
130 control_bluetooth_icon = lv_image_create(control_screen); in control_screen_create()
131 lv_image_set_src(control_bluetooth_icon, &img_bluetooth_g_icon); in control_screen_create()
132 lv_obj_set_width(control_bluetooth_icon, LV_SIZE_CONTENT); in control_screen_create()
133 lv_obj_set_height(control_bluetooth_icon, LV_SIZE_CONTENT); in control_screen_create()
134 lv_obj_set_x(control_bluetooth_icon, 0); in control_screen_create()
135 lv_obj_set_y(control_bluetooth_icon, -100); in control_screen_create()
136 lv_obj_set_align(control_bluetooth_icon, LV_ALIGN_CENTER); in control_screen_create()
137 lv_obj_add_state(control_bluetooth_icon, LV_STATE_CHECKED); in control_screen_create()
138 lv_obj_add_flag(control_bluetooth_icon, LV_OBJ_FLAG_CHECKABLE); in control_screen_create()
[all …]