/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_6.c | 15 static int32_t minute; variable 21 minute++; in timer_cb() 22 if(minute > 59) { in timer_cb() 23 minute = 0; in timer_cb() 37 lv_scale_set_line_needle_value(scale, minute_hand, 60, minute); in timer_cb() 48 lv_scale_set_line_needle_value(scale, hour_hand, 40, hour * 5 + (minute / 12)); in timer_cb() 121 minute = 5; in lv_example_scale_6()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_3.c | 124 int32_t minute = lv_subject_get_int(lv_subject_get_group_element(subject, 1)); in time_observer_cb() local 131 lv_label_set_text_fmt(label, "%" LV_PRId32 ":%02" LV_PRId32, hour, minute); in time_observer_cb() 134 …lv_label_set_text_fmt(label, "%"LV_PRId32":%02"LV_PRId32" %s", hour + 1, minute, am_pm == TIME_AM … in time_observer_cb()
|
/lvgl-latest/demos/smartwatch/ |
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… 203 void lv_demo_smartwatch_set_weather(int temp, uint8_t icon, bool day, int hour, int minute, const c…
|
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_weather.c | 104 void lv_demo_smartwatch_set_weather(int temp, uint8_t icon, bool day, int hour, int minute, const c… in lv_demo_smartwatch_set_weather() argument 107 lv_label_set_text_fmt(weather_update_time, "Updated at\n%02d:%02d", hour, minute); in lv_demo_smartwatch_set_weather()
|
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 179 lv_label_set_text_fmt(minute_label, "%02d", minute); in lv_demo_smartwatch_home_set_time()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_api_example.c | 126 int32_t minutes = lv_subject_get_int(&api->subjects.minute); in clock_timer_cb() 137 lv_subject_set_int(&api->subjects.minute, minutes); in clock_timer_cb()
|
D | lv_demo_high_res.h | 36 lv_subject_t minute; member
|
D | lv_demo_high_res_home.c | 103 lv_span_t * minute = lv_spangroup_new_span(time); in lv_demo_high_res_home() local 104 lv_subject_add_observer_obj(&c->th, theme_observer_accent_span_cb, time, minute); in lv_demo_high_res_home() 307 lv_snprintf(buf, sizeof(buf), ":%02"LV_PRId32, lv_subject_get_int(&c->api.subjects.minute)); in time_observer_cb()
|
D | lv_demo_high_res_util.c | 299 lv_subject_init_int(&c->api.subjects.minute, 36); in lv_demo_high_res_base_obj_create() 323 c->subject_groups.time.members[1] = &c->api.subjects.minute; in lv_demo_high_res_base_obj_create()
|
D | lv_demo_high_res_top_margin.c | 393 lv_subject_get_int(&c->api.subjects.minute)); in time_observer_cb()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 477 unsigned minute; /*0-59*/ member
|
D | lodepng.c | 5377 info->time.minute = data[5]; in readChunk_tIME() 6205 chunk[13] = (unsigned char)time->minute; in addChunk_tIME()
|