Home
last modified time | relevance | path

Searched refs:am_pm (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.h95 void lv_demo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const cha…
Dlv_demo_smartwatch.h122 void lv_demo_smartwatch_home_set_time(int minute, int hour, const char * am_pm, int date, const cha…
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() argument
181 lv_label_set_text(am_pm_label, am_pm); in lv_demo_smartwatch_home_set_time()
/lvgl-latest/examples/others/observer/
Dlv_example_observer_3.c126 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()