Searched refs:am_pm (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.h | 95 void lv_demo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const cha…
|
D | lv_demo_smartwatch.h | 122 void lv_demo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const cha…
|
D | lv_demo_smartwatch_home.c | 174 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() argument 181 lv_label_set_text(am_pm_label, am_pm); in lv_demo_smartwatch_home_set_time()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_3.c | 126 int32_t am_pm = lv_subject_get_int(lv_subject_get_group_element(subject, 3)); in time_observer_cb() local 134 …lv_label_set_text_fmt(label, "%"LV_PRId32":%02"LV_PRId32" %s", hour + 1, minute, am_pm == TIME_AM … in time_observer_cb()
|