Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.h50 void lv_demo_smartwatch_home_set_weather(int temp, const lv_img_dsc_t * icon);
Dlv_demo_smartwatch_home.h84 void lv_demo_smartwatch_home_set_weather(int temp, const lv_img_dsc_t * icon);
Dlv_demo_smartwatch_weather.c113 lv_demo_smartwatch_home_set_weather(temp, get_weather_icon(icon, day)); in lv_demo_smartwatch_set_weather()
Dlv_demo_smartwatch_home.c168 void lv_demo_smartwatch_home_set_weather(int temp, const lv_img_dsc_t * icon) in lv_demo_smartwatch_home_set_weather() function