Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dcoffee_machine.c13 static lv_obj_t * coffee_machine_button_box = NULL; variable
175 coffee_machine_button_box = lv_obj_create(coffee_machine_box); in ui_coffee_machine_screen_init()
176 lv_obj_remove_style_all(coffee_machine_button_box); in ui_coffee_machine_screen_init()
177 lv_obj_set_width(coffee_machine_button_box, lv_pct(100)); in ui_coffee_machine_screen_init()
178 lv_obj_set_height(coffee_machine_button_box, lv_pct(20)); in ui_coffee_machine_screen_init()
179 lv_obj_align(coffee_machine_button_box, LV_ALIGN_TOP_LEFT, 0, lv_pct(75)); in ui_coffee_machine_screen_init()
181 coffee_machine_button = lv_btn_create(coffee_machine_button_box); in ui_coffee_machine_screen_init()