Searched refs:set_weather_icon (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 30 static void set_weather_icon(lv_obj_t * obj, uint8_t id, bool day); 110 set_weather_icon(weather_current_icon, icon, day); in lv_demo_smartwatch_set_weather() 166 set_weather_icon(icon, id, true); in lv_demo_smartwatch_weather_add_daily() 215 set_weather_icon(hour_icon, id, true); in lv_demo_smartwatch_weather_add_hourly() 452 static void set_weather_icon(lv_obj_t * obj, uint8_t id, bool day) in set_weather_icon() function
|