Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/calendar/
Dlv_calendar.c35 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day);
143 uint8_t day_first = get_day_of_week(d.year, d.month, 1); in lv_calendar_set_month_shown()
420 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week() function
442 uint8_t day_first = get_day_of_week(calendar->showed_date.year, calendar->showed_date.month, 1); in highlight_update()