Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c70 static const char * week_days[7] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"}; variable
156 lv_label_set_text(label_day, week_days[day % 7]); in lv_demo_smartwatch_weather_add_daily()