/lvgl-3.4.0/src/misc/ |
D | lv_printf.h | 42 #define LV_PRIu32 PRIu32 macro 45 #define LV_PRIu32 "u" macro 50 #define LV_PRIu32 "u" macro
|
/lvgl-3.4.0/examples/widgets/table/ |
D | lv_example_table_2.c | 77 lv_table_set_cell_value_fmt(table, i, 0, "Item %"LV_PRIu32, i + 1); in lv_example_table_2() 94 lv_label_set_text_fmt(label, "%"LV_PRIu32" items were created in %"LV_PRIu32" ms\n" in lv_example_table_2() 95 "using %"LV_PRIu32" bytes of memory", in lv_example_table_2()
|
/lvgl-3.4.0/examples/scroll/ |
D | lv_example_scroll_2.c | 35 lv_label_set_text_fmt(label, "Panel %"LV_PRIu32"\nno snap", i); in lv_example_scroll_2() 38 lv_label_set_text_fmt(label, "Panel %"LV_PRIu32, i); in lv_example_scroll_2()
|
D | lv_example_scroll_6.c | 69 lv_label_set_text_fmt(label, "Button %"LV_PRIu32, i); in lv_example_scroll_6()
|
/lvgl-3.4.0/examples/layouts/flex/ |
D | lv_example_flex_4.c | 21 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_4()
|
D | lv_example_flex_6.c | 22 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_6()
|
D | lv_example_flex_2.c | 27 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_2()
|
D | lv_example_flex_1.c | 39 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_1()
|
D | lv_example_flex_5.c | 30 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_5()
|
/lvgl-3.4.0/examples/event/ |
D | lv_example_event_1.c | 11 lv_label_set_text_fmt(label, "%"LV_PRIu32, cnt); in event_cb()
|
D | lv_example_event_3.c | 37 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_event_3()
|
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music_list.c | 157 lv_snprintf(time, sizeof(time), "%"LV_PRIu32":%02"LV_PRIu32, t / 60, t % 60); in add_list_btn()
|
D | lv_demo_music_main.c | 956 lv_label_set_text_fmt(time_obj, "%"LV_PRIu32":%02"LV_PRIu32, time_act / 60, time_act % 60); in timer_cb()
|
/lvgl-3.4.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 746 lv_label_set_text_fmt(title, "Weighted FPS: %"LV_PRIu32, fps_weighted); in scene_next_task_cb() 749 lv_label_set_text_fmt(subtitle, "Opa. speed: %"LV_PRIu32"%%", opa_speed_pct); in scene_next_task_cb() 790 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_normal); in scene_next_task_cb() 803 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_opa); in scene_next_task_cb() 828 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_normal); in scene_next_task_cb() 845 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_opa); in scene_next_task_cb()
|
/lvgl-3.4.0/src/core/ |
D | lv_refr.c | 389 lv_label_set_text_fmt(perf_label, "%"LV_PRIu32" FPS\n%"LV_PRIu32"%% CPU", fps, cpu); in _lv_disp_refr_timer() 416 lv_label_set_text_fmt(mem_label, "%" LV_PRIu32 ".%" LV_PRIu32 " kB used (%d %%)\n" \ in _lv_disp_refr_timer()
|
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 1371 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, dsc->value); in chart_event_cb() 1550 lv_label_set_text_fmt(label, "Desktop: %"LV_PRIu32, session_desktop); in meter2_timer_cb() 1553 lv_label_set_text_fmt(label, "Tablet: %"LV_PRIu32, session_tablet); in meter2_timer_cb() 1556 lv_label_set_text_fmt(label, "Mobile: %"LV_PRIu32, session_mobile); in meter2_timer_cb()
|