Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c48 static const lv_image_dsc_t * weather_day_icons[] = { variable
454 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()