Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.h80 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int …
Dlv_demo_smartwatch.h233 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int …
Dlv_demo_smartwatch_weather.c93 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