Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res.h40 lv_subject_t month_day; member
Dlv_demo_high_res_api_example.c51 lv_subject_set_int(&api->subjects.month_day, 1); in lv_demo_high_res_api_example()
Dlv_demo_high_res_util.c301 lv_subject_init_int(&c->api.subjects.month_day, 31); in lv_demo_high_res_base_obj_create()
327 c->subject_groups.date.members[1] = &c->api.subjects.month_day; in lv_demo_high_res_base_obj_create()
Dlv_demo_high_res_home.c321 lv_snprintf(buf, sizeof(buf), "%"PRId32" %s", lv_subject_get_int(&c->api.subjects.month_day), in date_observer_cb()
Dlv_demo_high_res_top_margin.c382 lv_subject_get_int(&c->api.subjects.month_day), in date_observer_cb()