Searched refs:uv_label (Results 1 – 1 of 1) sorted by relevance
238 lv_obj_t * uv_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly() local239 lv_obj_set_width(uv_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()240 lv_obj_set_height(uv_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()241 lv_obj_set_align(uv_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()242 lv_label_set_text_fmt(uv_label, info ? "UV" : "%d", uv); in lv_demo_smartwatch_weather_add_hourly()243 lv_obj_set_style_text_font(uv_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly()