Home
last modified time | relevance | path

Searched refs:LV_PRIu32 (Results 1 – 16 of 16) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_printf.h42 #define LV_PRIu32 PRIu32 macro
45 #define LV_PRIu32 "u" macro
50 #define LV_PRIu32 "u" macro
/lvgl-3.4.0/examples/widgets/table/
Dlv_example_table_2.c77 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/
Dlv_example_scroll_2.c35 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()
Dlv_example_scroll_6.c69 lv_label_set_text_fmt(label, "Button %"LV_PRIu32, i); in lv_example_scroll_6()
/lvgl-3.4.0/examples/layouts/flex/
Dlv_example_flex_4.c21 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_4()
Dlv_example_flex_6.c22 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_6()
Dlv_example_flex_2.c27 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_2()
Dlv_example_flex_1.c39 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_1()
Dlv_example_flex_5.c30 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_5()
/lvgl-3.4.0/examples/event/
Dlv_example_event_1.c11 lv_label_set_text_fmt(label, "%"LV_PRIu32, cnt); in event_cb()
Dlv_example_event_3.c37 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_event_3()
/lvgl-3.4.0/demos/music/
Dlv_demo_music_list.c157 lv_snprintf(time, sizeof(time), "%"LV_PRIu32":%02"LV_PRIu32, t / 60, t % 60); in add_list_btn()
Dlv_demo_music_main.c956 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/
Dlv_demo_benchmark.c746 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/
Dlv_refr.c389 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/
Dlv_demo_widgets.c1371 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()