/lvgl-latest/src/misc/ |
D | lv_printf.h | 42 #define LV_PRIu32 PRIu32 macro 47 #define LV_PRIu32 "u" macro 54 #define LV_PRIu32 "u" macro
|
/lvgl-latest/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-latest/examples/layouts/flex/ |
D | lv_example_flex_1.c | 31 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_1() 39 lv_label_set_text_fmt(label, "Item: %"LV_PRIu32, i); in lv_example_flex_1()
|
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_5.c | 30 lv_label_set_text_fmt(label, "%"LV_PRIu32, i); in lv_example_flex_5()
|
/lvgl-latest/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() 39 lv_label_set_text_fmt(label, "Panel %"LV_PRIu32, i); in lv_example_scroll_2()
|
D | lv_example_scroll_6.c | 70 lv_label_set_text_fmt(label, "Button %"LV_PRIu32, i); in lv_example_scroll_6()
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_4.c | 21 lv_label_set_text_fmt(label, "Hello, I am hiding inside %"LV_PRIu32, btn_cnt); in float_btn_event_cb() 25 lv_label_set_text_fmt(label, "Item %"LV_PRIu32, btn_cnt); in float_btn_event_cb()
|
/lvgl-latest/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-latest/src/draw/sw/ |
D | lv_draw_sw_layer.c | 58 …LV_LOG_WARN("Cannot allocate %"LV_PRIu32" bytes for layer buffer. Allocating %"LV_PRIu32" bytes in… in lv_draw_sw_layer_create()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 169 lv_snprintf(time, sizeof(time), "%"LV_PRIu32":%02"LV_PRIu32, t / 60, t % 60); in add_list_btn()
|
D | lv_demo_music_main.c | 988 lv_label_set_text_fmt(time_obj, "%"LV_PRIu32":%02"LV_PRIu32, time_act / 60, time_act % 60); in timer_cb()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 810 lv_label_set_text_fmt(title, "Weighted FPS: %"LV_PRIu32, fps_weighted); in generate_report() 813 lv_label_set_text_fmt(subtitle, "Opa. speed: %"LV_PRIu32"%%", opa_speed_pct); in generate_report() 851 LV_LOG("Weighted FPS: %"LV_PRIu32"\r\n", fps_weighted); in generate_report() 852 LV_LOG("Opa. speed: %"LV_PRIu32"%%\r\n", opa_speed_pct); in generate_report() 861 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_normal); in generate_report() 878 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_opa); in generate_report() 904 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_normal); in generate_report() 925 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, scenes[i].fps_opa); in generate_report()
|
/lvgl-latest/src/extra/libs/png/ |
D | lv_png.c | 164 LV_LOG_WARN("error %" LV_PRIu32 ": %s\n", error, lodepng_error_text(error)); in decoder_open() 179 LV_LOG_WARN("error %" LV_PRIu32 ": %s\n", error, lodepng_error_text(error)); in decoder_open()
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 415 lv_label_set_text_fmt(perf_label, "%"LV_PRIu32" FPS\n%"LV_PRIu32"%% CPU", fps, cpu); in _lv_disp_refr_timer() 443 "%"LV_PRIu32 ".%"LV_PRIu32 " kB used (%d %%)\n" in _lv_disp_refr_timer()
|
D | lv_indev.c | 429 LV_LOG_INFO("%" LV_PRIu32 " key is pressed", data->key); in indev_keypad_proc() 518 LV_LOG_INFO("%" LV_PRIu32 " key is released", data->key); in indev_keypad_proc() 781 LV_LOG_INFO("button %" LV_PRIu32 " is pressed (x:%d y:%d)", data->btn_id, x, y); in indev_button_proc() 784 LV_LOG_INFO("button %" LV_PRIu32 " is released (x:%d y:%d)", data->btn_id, x, y); in indev_button_proc()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1405 lv_snprintf(buf, sizeof(buf), "%"LV_PRIu32, dsc->value); in chart_event_cb() 1587 lv_label_set_text_fmt(label, "Desktop: %"LV_PRIu32, session_desktop); in meter2_timer_cb() 1590 lv_label_set_text_fmt(label, "Tablet: %"LV_PRIu32, session_tablet); in meter2_timer_cb() 1593 lv_label_set_text_fmt(label, "Mobile: %"LV_PRIu32, session_mobile); in meter2_timer_cb()
|