Searched refs:weather_city (Results 1 – 1 of 1) sorted by relevance
37 static lv_obj_t * weather_city; variable106 lv_label_set_text(weather_city, city); in lv_demo_smartwatch_set_weather()271 weather_city = lv_label_create(weather_panel); in create_screen_weather()272 lv_obj_set_width(weather_city, LV_SIZE_CONTENT); in create_screen_weather()273 lv_obj_set_height(weather_city, LV_SIZE_CONTENT); in create_screen_weather()274 lv_obj_set_x(weather_city, -3); in create_screen_weather()275 lv_obj_set_y(weather_city, -85); in create_screen_weather()276 lv_obj_set_align(weather_city, LV_ALIGN_CENTER); in create_screen_weather()277 lv_label_set_text(weather_city, ""); in create_screen_weather()278 … lv_obj_set_style_text_font(weather_city, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather()