Home
last modified time | relevance | path

Searched refs:weather_temperature_location_label (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c134 lv_obj_t * weather_temperature_location_label = lv_label_create(weather_right); in lv_demo_high_res_home() local
135 lv_label_set_text_static(weather_temperature_location_label, "Outdoor"); in lv_demo_high_res_home()
136 …lv_obj_add_style(weather_temperature_location_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT]… in lv_demo_high_res_home()
137 lv_obj_add_style(weather_temperature_location_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home()