Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 18 of 18) sorted by relevance

/lvgl-3.7.0/docs/porting/
Dlog.md18 ### Logging with printf
19 If your system supports `printf`, you just need to enable `LV_LOG_PRINTF` in `lv_conf.h` to send th…
23 If you can't use `printf` or want to use a custom function to log, you can register a "logger" call…
Ddisplay.md181 printf("%d px refreshed in %d ms\n", time, ms);
/lvgl-3.7.0/src/misc/
Dlv_log.c89 printf("[%s]\t(%" LV_PRId32 ".%03" LV_PRId32 ", +%" LV_PRId32 ")\t %s: ", in _lv_log_add()
92 printf(" \t(in %s line #%d)\n", &file[p], line); in _lv_log_add()
Dlv_types.h85 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(printf, fmtstr, vararg)))
Dlv_tlsf.c10 #undef printf
11 #define printf LV_LOG_ERROR macro
890printf("\t%p %s size: %x (%p)\n", ptr, used ? "used" : "free", (unsigned int)size, (void *)block_f… in default_walker()
976 printf("lv_tlsf_add_pool: Memory must be aligned by %u bytes.\n", in lv_tlsf_add_pool()
983 printf("lv_tlsf_add_pool: Memory size must be between 0x%x and 0x%x00 bytes.\n", in lv_tlsf_add_pool()
987 printf("lv_tlsf_add_pool: Memory size must be between %u and %u bytes.\n", in lv_tlsf_add_pool()
1054 printf("test_ffs_fls: %x ffs/fls tests failed.\n", rv); in test_ffs_fls()
1069 printf("lv_tlsf_create: Memory must be aligned to %u bytes.\n", in lv_tlsf_create()
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino25 Serial.printf(buf);
/lvgl-3.7.0/tests/unity/
Dunity_support.c217 printf("###### %s\n", file_name); in write_png_file()
/lvgl-3.7.0/docs/overview/
Dtimer.md21 printf("my_timer called with user data: %d\n", *user_data);
Dfile-system.md105 printf("%s\n", fn);
Dscroll.md148 printf("%d pixels are scrolled out on the top\n", scroll_value);
Devent.md20 printf("Clicked\n");
/lvgl-3.7.0/
DREADME_zh.md155 printf("Clicked\n");
DREADME.md152 printf("Clicked\n");
DREADME_pt_BR.md168 printf("Clicado\n");
DKconfig319 bool "Print the log with 'printf'" if LV_USE_LOG
321 Use printf for log output.
/lvgl-3.7.0/docs/widgets/core/
Dlabel.md18 With `lv_label_set_text_fmt(label, "Value: %d", 15)` printf formatting can be used to set the text.
/lvgl-3.7.0/docs/get-started/
Dquick-overview.md135 printf("Clicked\n");
/lvgl-3.7.0/docs/
DCHANGELOG.md766 - fix(log): to allow printf and custom_print_cb to work at same time [`2837`](https://github.com/li…
1051 - fix(log): replace printf with fwrite to save the stack size [`2655`](https://github.com/lvgl/lvgl…
1070 - fix(printf) use __has_include for more accurate limits information [`2532`](https://github.com/lv…
1133 - fix(printf) skip defining attribute if pycparser is used [`ee9bbea`](https://github.com/lvgl/lvgl…
1150 - fix(printf) add (int) casts to log messages to avoid warnings on %d [`d9d3f27`](https://github.co…
1214 - fix(gif) replace printf statement with LVGL logging [`56f62b8`](https://github.com/lvgl/lvgl/comm…
1228 - fix(tlsf) undef printf before define-ing it [`cc935b8`](https://github.com/lvgl/lvgl/commit/cc935…
1468 - refactor(printf) add printf-like function attribute to _lv_txt_set_text_vfmt and lv_label_set_tex…
1525 - fix(printf) skip defining attribute if pycparser is used
1526 - refactor(printf) add printf-like function attribute to _lv_txt_set_text_vfmt and lv_label_set_tex…