Searched refs:furniture_control_ui_Label3 (Results 1 – 1 of 1) sorted by relevance
24 static lv_obj_t * furniture_control_ui_Label3; variable218 furniture_control_ui_Label3 = lv_label_create(furniture_control_ui_coffee_box); in ui_furniture_control_screen_init()219 lv_obj_set_width(furniture_control_ui_Label3, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()220 lv_obj_set_height(furniture_control_ui_Label3, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()221 lv_obj_align(furniture_control_ui_Label3, LV_ALIGN_CENTER, 0, 80); in ui_furniture_control_screen_init()222 lv_obj_add_style(furniture_control_ui_Label3, &style_txt_m, LV_PART_MAIN); in ui_furniture_control_screen_init()223 lv_label_set_text(furniture_control_ui_Label3, "咖啡机"); in ui_furniture_control_screen_init()