Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/assets/
Dimg_weather_day_6.c141 const lv_image_dsc_t img_weather_day_6 = { variable
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_private.h33 LV_IMAGE_DECLARE(img_weather_day_6); /* assets/dy-6.png */
Dlv_demo_smartwatch_weather.c55 &img_weather_day_6,
Dlv_demo_smartwatch_home.c356 lv_image_set_src(weather_icon, &img_weather_day_6); in create_screen_home()