Home
last modified time | relevance | path

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

/lvgl-3.4.0/examples/widgets/calendar/
Dlv_example_calendar_1.c24 lv_calendar_set_today_date(calendar, 2021, 02, 23); in lv_example_calendar_1()
/lvgl-3.4.0/src/extra/widgets/calendar/
Dlv_calendar.h74 void lv_calendar_set_today_date(lv_obj_t * obj, uint32_t year, uint32_t month, uint32_t day);
Dlv_calendar.c84 void lv_calendar_set_today_date(lv_obj_t * obj, uint32_t year, uint32_t month, uint32_t day) in lv_calendar_set_today_date() function
286lv_calendar_set_today_date(obj, calendar->today.year, calendar->today.month, calendar->today.day); in lv_calendar_constructor()
/lvgl-3.4.0/docs/widgets/extra/
Dcalendar.md33 To set the current date (today), use the `lv_calendar_set_today_date(calendar, year, month, day)` f…