Searched refs:lv_demo_smartwatch_weather_add_hourly (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.h | 80 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int …
|
D | lv_demo_smartwatch.h | 233 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int …
|
D | lv_demo_smartwatch_weather.c | 93 lv_demo_smartwatch_weather_add_hourly(0, 1, 0, 0, 0, 0, true); in lv_demo_smartwatch_weather_create() 95 lv_demo_smartwatch_weather_add_hourly(h * 6, h, 20 + h, 50 - h, 30 + h, h, false); in lv_demo_smartwatch_weather_create() 181 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int … in lv_demo_smartwatch_weather_add_hourly() function
|