Searched refs:coffee_machine_button_label (Results 1 – 1 of 1) sorted by relevance
15 static lv_obj_t * coffee_machine_button_label = NULL; variable188 coffee_machine_button_label = lv_label_create(coffee_machine_button); in ui_coffee_machine_screen_init()189 lv_obj_add_style(coffee_machine_button_label, &style_txt_m, LV_PART_MAIN); in ui_coffee_machine_screen_init()190 lv_obj_align(coffee_machine_button_label, LV_ALIGN_CENTER, 0, 0); in ui_coffee_machine_screen_init()191 lv_label_set_text(coffee_machine_button_label, "开始制作"); in ui_coffee_machine_screen_init()