Home
last modified time | relevance | path

Searched refs:humidity (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.c181 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() argument
228 lv_label_set_text_fmt(humidity_label, info ? "Humidity" : "%d%%", humidity); in lv_demo_smartwatch_weather_add_hourly()