Searched refs:furniture_control_ui_Label2 (Results 1 – 1 of 1) sorted by relevance
18 static lv_obj_t * furniture_control_ui_Label2; variable123 furniture_control_ui_Label2 = lv_label_create(furniture_control_ui_Screen1); in ui_furniture_control_screen_init()124 lv_obj_set_width(furniture_control_ui_Label2, 249); in ui_furniture_control_screen_init()125 lv_obj_set_height(furniture_control_ui_Label2, 26); in ui_furniture_control_screen_init()126 lv_obj_align(furniture_control_ui_Label2, LV_ALIGN_TOP_LEFT, 100, 20); in ui_furniture_control_screen_init()127 lv_obj_add_style(furniture_control_ui_Label2, &style_txt_m, LV_PART_MAIN); in ui_furniture_control_screen_init()128 lv_label_set_text(furniture_control_ui_Label2, "家电显控"); in ui_furniture_control_screen_init()