Searched refs:furniture_control_ui_Label1 (Results 1 – 1 of 1) sorted by relevance
22 static lv_obj_t * furniture_control_ui_Label1; variable167 furniture_control_ui_Label1 = lv_label_create(furniture_control_ui_icebox_box); in ui_furniture_control_screen_init()168 lv_obj_set_width(furniture_control_ui_Label1, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()169 lv_obj_set_height(furniture_control_ui_Label1, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()170 lv_obj_align(furniture_control_ui_Label1, LV_ALIGN_CENTER, 0, 80); in ui_furniture_control_screen_init()171 lv_obj_add_style(furniture_control_ui_Label1, &style_txt_m, LV_PART_MAIN); in ui_furniture_control_screen_init()172 lv_label_set_text(furniture_control_ui_Label1, "每日菜谱"); in ui_furniture_control_screen_init()