Searched refs:get_day_of_week (Results 1 – 2 of 2) sorted by relevance
33 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day);132 uint8_t day_first = get_day_of_week(d.year, d.month, 1); in lv_calendar_set_showed_date()363 static uint8_t get_day_of_week(uint32_t year, uint32_t month, uint32_t day) in get_day_of_week() function385 uint8_t day_first = get_day_of_week(calendar->showed_date.year, calendar->showed_date.month, 1); in highlight_update()
1739 - calendar: make get_day_of_week() public