Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/calendar/
Dlv_calendar.c142 uint8_t act_mo_len = get_month_length(d.year, d.month); in lv_calendar_set_month_shown() local
151 for(i = day_first, c = 1; i < act_mo_len + day_first; i++, c++) { in lv_calendar_set_month_shown()
184 for(i = day_first + act_mo_len, c = 1; i < 6 * 7; i++, c++) { in lv_calendar_set_month_shown()