Home
last modified time | relevance | path

Searched defs:date (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/examples/widgets/calendar/
Dlv_example_calendar_1.c10 lv_calendar_date_t date; in event_handler() local
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c150 const lv_calendar_date_t * date = lv_calendar_get_showed_date(calendar); in value_changed_event_cb() local
Dlv_calendar.c258 lv_result_t lv_calendar_get_pressed_date(const lv_obj_t * obj, lv_calendar_date_t * date) in lv_calendar_get_pressed_date()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c91 lv_obj_t * date = lv_spangroup_create(date_and_time); in lv_demo_high_res_home() local
Dlv_demo_high_res_private.h178 } date; member
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c174 void lv_demo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const cha… in lv_demo_smartwatch_home_set_time()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c888 lv_obj_t * date = lv_label_create(panel1); in shop_create() local