Home
last modified time | relevance | path

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

/lvgl-3.4.0/examples/widgets/calendar/
Dlv_example_calendar_1.c25 lv_calendar_set_showed_date(calendar, 2021, 02); in lv_example_calendar_1()
48 lv_calendar_set_showed_date(calendar, 2021, 10); in lv_example_calendar_1()
/lvgl-3.4.0/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.c110 lv_calendar_set_showed_date(calendar, newd.year, newd.month); in month_event_cb()
125 lv_calendar_set_showed_date(calendar, newd.year, newd.month); in year_event_cb()
Dlv_calendar.h82 void lv_calendar_set_showed_date(lv_obj_t * obj, uint32_t year, uint32_t month);
Dlv_calendar_header_arrow.c132 lv_calendar_set_showed_date(calendar, newd.year, newd.month); in month_event_cb()
Dlv_calendar.c109 void lv_calendar_set_showed_date(lv_obj_t * obj, uint32_t year, uint32_t month) in lv_calendar_set_showed_date() function
285 lv_calendar_set_showed_date(obj, calendar->showed_date.year, calendar->showed_date.month); in lv_calendar_constructor()
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c1225 lv_calendar_set_showed_date(calendar, 1990, 01); in birthday_event_cb()