Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_control.c34 static lv_obj_t * control_screen; variable
56 control_screen = lv_tileview_add_tile(parent, 0, 0, LV_DIR_BOTTOM); in lv_demo_smartwatch_control_create()
57 lv_obj_remove_flag(control_screen, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_control_create()
58 …lv_obj_set_style_bg_color(control_screen, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_control_create()
59 lv_obj_set_style_bg_opa(control_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_control_create()
66 lv_screen_load_anim(control_screen, anim_type, time, delay, false); in lv_demo_smartwatch_control_load()
76 return control_screen; in lv_demo_smartwatch_get_tile_control()
90 control_music_play = lv_image_create(control_screen); in control_screen_create()
102 control_music_previous = lv_image_create(control_screen); in control_screen_create()
116 control_music_next = lv_image_create(control_screen); in control_screen_create()
[all …]