Searched refs:humidity_label (Results 1 – 1 of 1) sorted by relevance
224 lv_obj_t * humidity_label = lv_label_create(panel); in lv_demo_smartwatch_weather_add_hourly() local225 lv_obj_set_width(humidity_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()226 lv_obj_set_height(humidity_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_weather_add_hourly()227 lv_obj_set_align(humidity_label, LV_ALIGN_CENTER); in lv_demo_smartwatch_weather_add_hourly()228 lv_label_set_text_fmt(humidity_label, info ? "Humidity" : "%d%%", humidity); in lv_demo_smartwatch_weather_add_hourly()229 …lv_obj_set_style_text_font(humidity_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT… in lv_demo_smartwatch_weather_add_hourly()