Searched refs:output (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 88 File.open(output_file, 'w') do |output| 89 create_header(output, used_mocks, testfile_includes) 90 create_externs(output, tests, used_mocks) 91 create_mock_management(output, used_mocks) 92 create_setup(output) 93 create_teardown(output) 94 create_suite_setup(output) 95 create_suite_teardown(output) 96 create_reset(output) 97 create_run_test(output) unless tests.empty? [all …]
|
/lvgl-latest/scripts/ |
D | cppcheck_run.sh | 1 cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-…
|
D | Doxyfile | 52 # the logo to the output directory. 64 # directories (in 2 levels) under the output directory of each output format and 83 # information to generate all constant output in the proper language. 250 # only. Doxygen will then generate output that is more tailored for C. For 258 # Python sources only. Doxygen will then generate output that is more tailored 266 # sources. Doxygen will then generate output that is tailored for Fortran. 272 # sources. Doxygen will then generate output that is tailored for VHDL. 299 # The output of markdown processing is further processed by doxygen, so you can 690 # by doxygen. Whatever the program writes to standard output is used as the file 697 # output files in an output format independent way. To create the layout file [all …]
|
/lvgl-latest/scripts/built_in_font/ |
D | built_in_font_gen.py | 61 …at(subpx, compr, args.bpp, args.size, args.font, args.range[0], args.symbols[0], syms, args.output)
|
/lvgl-latest/docs/others/ |
D | monkey.md | 9 … then set the range of `period_range` and `input_range`, the monkey will output random operations …
|
/lvgl-latest/docs/get-started/platforms/ |
D | nxp.md | 51 The output engine essentially truncates any output pixels after the desired number of pixels has be… 52 When rotating a source image and the output is not divisible by the block size, the incorrect pixel… 53 and the final output image can look shifted.
|
D | arduino.md | 83 After enabling the log module and setting LV_LOG_LEVEL accordingly, the output log is sent to the `…
|
D | renesas.md | 115 - The last step is to create a function to output the frame buffer to your LCD. The specifics of th…
|
/lvgl-latest/demos/benchmark/ |
D | README.md | 17 - If you enabled trace output by setting macro `LV_USE_LOG` to `1` and trace level `LV_LOG_LEVEL` t… 113 3. Alternatively, you can use trace output to get the benchmark results in csv format by:
|
/lvgl-latest/docs/libs/ |
D | sjpg.md | 32 - Color format = RAW, output format = C Array
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 918 STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo * info, unsigned char * output, int o… 925 …d stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, int out_w, 930 …oid stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output, 955 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… 957 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, i… 959 …tt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo * info, unsigned char * output, int out_w, 4055 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info, unsigned char * output, i… argument 4064 gbm.pixels = output; 4075 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… argument 4078 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f, 0.0f… [all …]
|
/lvgl-latest/docs/widgets/core/ |
D | img.md | 27 …the image files using the online converter tool but now you should select the binary output format.
|
/lvgl-latest/ |
D | Kconfig | 321 Use printf for log output.
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:… 383 - feat(demo): add Weighted FPS and Opa speed log output [`3326`](https://github.com/lvgl/lvgl/pull/… 390 - feat(benchmark): add trace output for running a specific scenario [`3245`](https://github.com/lvg…
|