Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/home/
H A Dhome_ui.c26 static lv_obj_t * ui_setting_box = NULL; variable
183 ui_setting_box = lv_obj_create(ui_box_main); in ui_Screen1_screen_init()
184 lv_obj_remove_style_all(ui_setting_box); in ui_Screen1_screen_init()
185 lv_obj_set_width(ui_setting_box, lv_pct(25)); in ui_Screen1_screen_init()
186 lv_obj_set_height(ui_setting_box, lv_pct(100)); in ui_Screen1_screen_init()
187 lv_obj_align(ui_setting_box, LV_ALIGN_TOP_LEFT, 0, 0); in ui_Screen1_screen_init()
189 ui_setting = lv_obj_create(ui_setting_box); in ui_Screen1_screen_init()
199 ui_Label6 = lv_label_create(ui_setting_box); in ui_Screen1_screen_init()