Home
last modified time | relevance | path

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

12

/lvgl-latest/docs/details/debugging/
Dlog.rst31 Logging with printf
34 If your system supports ``printf``, you just need to enable
35 :c:macro:`LV_LOG_PRINTF` in ``lv_conf.h`` to send the logs with ``printf``.
40 If you can't use ``printf`` or want to use a custom function to log, you
Dprofiler.rst105 printf("%s", buf);
/lvgl-latest/src/misc/
Dlv_log.c100 printf("[%s]" LOG_TIMESTAMP_FMT " %s: ", in lv_log_add()
103 printf(LOG_FILE_LINE_FMT "\n" LOG_FILE_LINE_EXPR); in lv_log_add()
Dlv_types.h385 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(printf, fmtstr, vararg)))
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_profiler.c93 printf("%s", buf); in flush_cb()
/lvgl-latest/src/stdlib/builtin/
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-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
DREADME.md28 printf("LEN: %d\n%s\n", len, chars);
/lvgl-latest/.devcontainer/
D__main.c__66 printf("Starting with screen resolution of %dx%d px\n", monitor_hor_res, monitor_ver_res);
/lvgl-latest/tests/unity/
Dunity_support.c294 printf("###### %s\n", file_name); in write_png_file()
503 printf("Created folder: %s\n", current_path); in create_folders_if_needed()
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst19 add a lot of ``printf`` s, do profiling, and so on.
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h309 printf("root: %d\n", root_); in RAPIDJSON_DIAG_OFF()
312 printf("[%2d] out: %2d out1: %2d c: '%c'\n", i, s.out, s.out1, (char)s.codepoint); in RAPIDJSON_DIAG_OFF()
314 printf("\n"); in RAPIDJSON_DIAG_OFF()
/lvgl-latest/tests/src/test_cases/
Dtest_fs.c36 printf("%s, %d, %p\n", cur, errno, a); in test_read()
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c2274 printf(" "); in _lv_svg_dump_tree()
2277 printf("content: [%s]\n", root->xml_id); in _lv_svg_dump_tree()
2280 printf("tag <%s>", _svg_tag_map[root->type - 1].name); in _lv_svg_dump_tree()
2282 printf(" - id [%s]", root->xml_id); in _lv_svg_dump_tree()
2284 printf("\n"); in _lv_svg_dump_tree()
2290 printf(" "); in _lv_svg_dump_tree()
2293 printf(" attr <%s>\n", _svg_attr_map[attr->id - 1].name); in _lv_svg_dump_tree()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h78 printf(" Fail keyword: '%s'\n", keyword); in PrintInvalidKeywordData()
86 printf(" Fail document: '%s'\n", document); in PrintInvalidDocumentData()
94 printf(" Sch: %*s'%s'\n Doc: %*s'%s'\n", depth * 4, " ", s, depth * 4, " ", d); in PrintValidatorPointersData()
102 printf(" Resolving id: Base: '%s', Local: '%s', Resolved: '%s'\n", base, local, resolved); in PrintSchemaIdsData()
110 printf("%s\n", method); in PrintMethodData()
114 printf("%s, Data: '%s'\n", method, b ? "true" : "false"); in PrintMethodData()
118 printf("%s, Data: '%" PRId64 "'\n", method, i); in PrintMethodData()
122 printf("%s, Data: '%" PRIu64 "'\n", method, u); in PrintMethodData()
126 printf("%s, Data: '%lf'\n", method, d); in PrintMethodData()
130 printf("%s, Data: '%s'\n", method, s); in PrintMethodData()
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_property.c214printf("state: %d, value: %d\n", states[i].state, lv_obj_get_property(obj, states[i].id).num); in test_obj_property_state()
/lvgl-latest/docs/details/widgets/
Dlabel.rst43 With :cpp:expr:`lv_label_set_text_fmt(label, fmt, ...)` printf formatting
/lvgl-latest/docs/details/main-components/
Dtimer.rst53 printf("my_timer called with user data: %d\n", *user_data);
Dfs.rst275 printf("%s\n", fn);
/lvgl-latest/docs/details/base-widget/
Devent.rst37 printf("Clicked\n");
Dscroll.rst253 printf("%d pixels are scrolled above top edge of display.\n", scroll_value);
/lvgl-latest/docs/
DREADME_jp.rst194   printf("Clicked\n");
DREADME_zh.rst246   printf("Clicked\n");
DREADME_pt_BR.rst254 printf("Clicado\n");
/lvgl-latest/docs/intro/
Dbasics.rst238 printf("Clicked\n");
/lvgl-latest/
DREADME.md169   printf("Clicked\n");

12