Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 74) sorted by relevance

123

/lvgl-3.7.0/scripts/
DDoxyfile65 # will distribute the generated files over these directories. Enabling this
66 # option can be useful when feeding doxygen a huge amount of source files, where
67 # putting all generated files in the same directory would otherwise causes
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
149 # before files name in the file list and in the header files. If set to NO the
277 # Doxygen selects the parser to use depending on the extension of the files it
285 # or free formatted code, this is the default for Fortran type files), VHDL. For
286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
287 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
289 # Note: For files without extension you can use no_extension as a placeholder.
[all …]
/lvgl-3.7.0/env_support/cmsis-pack/
DLVGL.lvgl.pdsc322 <files>
463 </files>
482 <files>
491 </files>
496 <files>
498 </files>
511 <files>
513 </files>
525 <files>
527 </files>
[all …]
Dgen_pack.sh25 …PATH_TO_ADD="/C/Program Files (x86)/7-Zip/:/C/Program Files/7-Zip/:$CMSIS_PACK_PATH/CMSIS/Utilitie…
117 echo "Action: Delete unused pdsc files"
141 # Copy files into build base directory: $PACK_BUILD
156 # files for base directory
157 echo Adding files to pack:
191 echo remove unrequired files and folders...
/lvgl-3.7.0/docs/porting/
Dproject.md12 …ontains a couple of folders but to use `lvgl` you only need `.c` and `.h` files from the `src` fol…
14 ### Automatically add files
15 If your IDE automatically adds the files from the folders copied to the project folder (as Eclipse …
32 …folder. If you needed to add the source files manually to your project, you can do the same with t…
38 …` at the beginning to `#if 1` to enable its content. So the layout of the files should look like t…
42 |-other files and folders
/lvgl-3.7.0/docs/libs/
Dbmp.md8 … `LV_USE_BMP` LVGL will register a new image decoder automatically so BMP files can be directly us…
13 Note that, a file system driver needs to registered to open images from files. Read more about it […
16 …BMP files are supported and BMP images as C array (`lv_img_dsc_t`) are not. It's because there is …
17 - BMP files can be loaded only from file. If you want to store them in flash it's better to convert…
18 - The BMP files color format needs to match with `LV_COLOR_DEPTH`. Use GIMP to save the image in th…
Dgif.md7 …arly to `lv_img_set_src`. As source, it also accepts images as variables (`lv_img_dsc_t`) or files.
10 ## Convert GIF files to C array
20 Note that, a file system driver needs to be registered to open images from files. Read more about i…
Dsjpg.md19 …JPG` LVGL will register a new image decoder automatically so JPG and SJPG files can be directly us…
24 Note that, a file system driver needs to registered to open images from files. Read more about it […
40 - `python3 jpg_to_sjpg.py image_to_convert.jpg`. It creates both a C files and an SJPG image.
Dpng.md6 … `LV_USE_PNG` LVGL will register a new image decoder automatically so PNG files can be directly us…
8 Note that, a file system driver needs to registered to open images from files. Read more about it […
Drlottie.md30 You can use animation from files or raw data (text). In either case first you need to enable `LV_US…
65 Lottie is standard and popular format so you can find many animation files on the web.
/lvgl-3.7.0/docs/overview/
Dimage.md21 These are usually stored within a project as C files. They are linked into the resulting executable…
23 ### Files subsection
24 To deal with files you need to add a storage *Drive* to LVGL. In short, a *Drive* is a collection o…
29 Images stored as files are not linked into the resulting executable, and must be read into RAM befo…
77 …n` file that must be stored separately and read using the [file support](#files). Choosing a varia…
82 In the case of binary files, you need to specify the color format you want:
160 First, you need to create a new image decoder and set some functions to open/close the PNG files. I…
Dfile-system.md100 /*fn is empty, if not more files to read*/
113 [Image](/widgets/core/img) objects can be opened from files too (besides variables stored in the co…
115 To use files in image widgets the following callbacks are required:
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h82 source files with custom allocators.*/
196 NOTE: This overwrites existing files without warning!
248 NOTE: This overwrites existing files without warning!
925 buffer. It cannot be used to create gzip files however, and it only supports the
1146 LodePNG exists out of two files:
1160 the PNG file uses. To read and write files, there are simple functions to
1161 convert the files to/from buffers in memory.
1225 These files work without modification for both C and C++ compilers because all
1654 Add the files lodepng.c(pp) and lodepng.h to your project, include
1655 lodepng.h where needed, and your program can read/write PNG files.
[all …]
/lvgl-3.7.0/docs/
Dconf.py90 # List of patterns, relative to source directory, that match files and
91 # directories to ignore when looking for source files.
136 # Add any paths that contain custom static files (such as style sheets) here,
137 # relative to this directory. They are copied after the builtin static files,
203 # Grouping the document tree into LaTeX files. List of tuples
224 # Grouping the document tree into Texinfo files. List of tuples
DCODING_STYLE.md107 files (that are not excluded, see `exclude` key of the hook configuration) before entering the comm…
110 The `trailing-whitespace` hook fixes trailing whitespaces on all of the files.
121 It's no necessary to do a commit to test the hooks, you can test hooks by adding the files into the…
DCHANGELOG.md118 - feat(rt-thread): make the rt-thread env recursively glob the UI files [`8b83fe7`](https://github.…
232 - fix(monkey): remove executable permissions from source files [`3971`](https://github.com/lvgl/lvg…
493 - fix(make) make files under draw/gpu [`3202`](https://github.com/lvgl/lvgl/pull/3202)
770 - fix(font) improve builtin font source files generation process [`2825`](https://github.com/little…
1122 - fix(test) do not including anything in test files when not running tests [`9043860`](https://gith…
1127 - fix(template) include lvgl.h in lv_port_*_template.c files [`0ae15bd`](https://github.com/lvgl/lv…
1165 - fix(test) add #if guard to exclude test related files from the build [`c12a22e`](https://github.c…
1166 - fix(test) add #if guard to exclude test related files from the build [`fc364a4`](https://github.c…
1421 - test move more source files to src folder [`3672f87`](https://github.com/lvgl/lvgl/commit/3672f87…
1527 - fix(template) include lvgl.h in lv_port_*_template.c files
Dexample_list.py92 for root, dirs, files in os.walk(path):
93 for f in files:
/lvgl-3.7.0/
D.pre-commit-config.yaml11 # Run astyle over the staged files with c and h extension found in the directories
12 # listed in the files regex pattern. Ignoring the files in the exclude pattern.
14 name: Formatting source files
20 files: |
/lvgl-3.7.0/tests/
DREADME.md29 - `src` Source files of the tests
31 - `test_runners` Generated automatically from the files in `test_cases`.
32 - other miscellaneous files and folders
35 - `unity` Source files of the test engine
40 New test needs to be added into the `src/test_cases` folder. The name of the files should look like…
/lvgl-3.7.0/env_support/rt-thread/
DSConscript15 # check if .h or .hpp files exsit
27 for root, dirs, files in os.walk(lvgl_src_cwd):
30 src = src + Glob(os.path.join(current_path,'*.c')) # add all .c files
38 for root, dirs, files in os.walk(lvgl_src_cwd):
48 for root, dirs, files in os.walk(lvgl_src_cwd):
/lvgl-3.7.0/tests/unity/
Dgenerate_test_runner.rb79 # determine which files were used to return them
114 …# @ is not a valid C character, so there should be no clashes with files genuinely containing thes…
214 output.puts("\n/*=======Automagically Detected Files To Include=====*/")
483 puts ["\nusage: ruby #{__FILE__} (files) (options) input_test_file (output)",
487 ' files:',
489 ' *.h - header files are added as #includes in runner',
/lvgl-3.7.0/docs/widgets/core/
Dimg.md6 Images are the basic object to display images from flash (as arrays) or from files. Images can disp…
27 To use external files, you also need to convert the image files using the online converter tool but…
86 …F_INDEXED_...`), alpha only images (`LV_IMG_CF_ALPHA_...`) or images from files can not be transfo…
/lvgl-3.7.0/env_support/rt-thread/squareline/
DSConscript7 # check if .h or .hpp files exsit
16 for root, dirs, files in os.walk(sls_src_cwd):
19 src = src + Glob(os.path.join(current_path,'*.c')) # add all .c files
DREADME.md3 …he generated C files into `ui` folder, so that rt-thread will automatically detect them; or, as a …
/lvgl-3.7.0/src/draw/
Dlv_img_decoder.c257 * Set a callback to close a decoding session. E.g. close files and free other resources.
287 /*Support only "*.bin" files*/ in lv_img_decoder_built_in_info()
330 /*Support only "*.bin" files*/ in lv_img_decoder_built_in_open()
489 /*For TRUE_COLOR images read line required only for files. in lv_img_decoder_built_in_read_line()
/lvgl-3.7.0/env_support/cmake/
Dcustom.cmake67 FILES "${LV_CONF_PATH}"
75 FILES "${CMAKE_BINARY_DIR}/lvgl.pc"

123