Lines Matching refs:lv_label_create
149 lv_obj_t * label_day = lv_label_create(panel); in lv_demo_smartwatch_weather_add_daily()
168 lv_obj_t * label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_daily()
196 lv_obj_t * hour_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly()
217 lv_obj_t * temp_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly()
224 lv_obj_t * humidity_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly()
231 lv_obj_t * wind_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly()
238 lv_obj_t * uv_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly()
271 weather_city = lv_label_create(weather_panel); in create_screen_weather()
291 weather_current_temp = lv_label_create(weather_panel); in create_screen_weather()
300 weather_update_time = lv_label_create(weather_panel); in create_screen_weather()
330 info_daily = lv_label_create(weather_daily_panel); in create_screen_weather()
359 info_hourly = lv_label_create(weather_hourly_panel); in create_screen_weather()