Searched refs:printf (Results 1 – 18 of 18) sorted by relevance
/lvgl-3.7.0/docs/porting/ |
D | log.md | 18 ### 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…
|
D | display.md | 181 printf("%d px refreshed in %d ms\n", time, ms);
|
/lvgl-3.7.0/src/misc/ |
D | lv_log.c | 89 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()
|
D | lv_types.h | 85 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(printf, fmtstr, vararg)))
|
D | lv_tlsf.c | 10 #undef printf 11 #define printf LV_LOG_ERROR macro 890 …printf("\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/ |
D | LVGL_Arduino.ino | 25 Serial.printf(buf);
|
/lvgl-3.7.0/tests/unity/ |
D | unity_support.c | 217 printf("###### %s\n", file_name); in write_png_file()
|
/lvgl-3.7.0/docs/overview/ |
D | timer.md | 21 printf("my_timer called with user data: %d\n", *user_data);
|
D | file-system.md | 105 printf("%s\n", fn);
|
D | scroll.md | 148 printf("%d pixels are scrolled out on the top\n", scroll_value);
|
D | event.md | 20 printf("Clicked\n");
|
/lvgl-3.7.0/ |
D | README_zh.md | 155 printf("Clicked\n");
|
D | README.md | 152 printf("Clicked\n");
|
D | README_pt_BR.md | 168 printf("Clicado\n");
|
D | Kconfig | 319 bool "Print the log with 'printf'" if LV_USE_LOG 321 Use printf for log output.
|
/lvgl-3.7.0/docs/widgets/core/ |
D | label.md | 18 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/ |
D | quick-overview.md | 135 printf("Clicked\n");
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 766 - 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…
|