Searched refs:weather_night_icons (Results 1 – 1 of 1) sorted by relevance
59 static const lv_image_dsc_t * weather_night_icons[] = { variable454 lv_image_set_src(obj, day ? weather_day_icons[id % 8] : weather_night_icons[id % 8]); in set_weather_icon()459 return day ? weather_day_icons[id % 8] : weather_night_icons[id % 8]; in get_weather_icon()