Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/home/
H A Dhome_ui.c28 static lv_obj_t * ui_smart_home; variable
108 ui_smart_home = lv_obj_create(ui_smart_home_box); in ui_Screen1_screen_init()
109 lv_obj_set_width(ui_smart_home, 130); in ui_Screen1_screen_init()
110 lv_obj_set_height(ui_smart_home, 130); in ui_Screen1_screen_init()
111 lv_obj_set_align(ui_smart_home, LV_ALIGN_CENTER); in ui_Screen1_screen_init()
112 lv_obj_clear_flag(ui_smart_home, LV_OBJ_FLAG_SCROLLABLE); /// Flags in ui_Screen1_screen_init()
113 … lv_obj_set_style_bg_color(ui_smart_home, lv_color_hex(0xDED6D6), LV_PART_MAIN | LV_STATE_DEFAULT); in ui_Screen1_screen_init()
114 lv_obj_set_style_bg_opa(ui_smart_home, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in ui_Screen1_screen_init()
115 lv_obj_set_style_bg_img_src(ui_smart_home, IMG_SMART_HOME, LV_PART_MAIN | LV_STATE_DEFAULT); in ui_Screen1_screen_init()
116 lv_obj_add_event_cb(ui_smart_home, page_switch, LV_EVENT_CLICKED, smart_home_ui_init); in ui_Screen1_screen_init()