Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar.c131 uint8_t act_mo_len = get_month_length(d.year, d.month); in lv_calendar_set_showed_date() local
134 for(i = day_first, c = 1; i < act_mo_len + day_first; i++, c++) { in lv_calendar_set_showed_date()
144 for(i = day_first + act_mo_len, c = 1; i < 6 * 7; i++, c++) { in lv_calendar_set_showed_date()