Searched refs:lv_calendar_set_showed_date (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/examples/widgets/calendar/ |
D | lv_example_calendar_1.c | 25 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/ |
D | lv_calendar_header_dropdown.c | 110 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()
|
D | lv_calendar.h | 82 void lv_calendar_set_showed_date(lv_obj_t * obj, uint32_t year, uint32_t month);
|
D | lv_calendar_header_arrow.c | 132 lv_calendar_set_showed_date(calendar, newd.year, newd.month); in month_event_cb()
|
D | lv_calendar.c | 109 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/ |
D | lv_demo_widgets.c | 1225 lv_calendar_set_showed_date(calendar, 1990, 01); in birthday_event_cb()
|