Searched refs:headers (Results 1 – 19 of 19) sorted by relevance
/lvgl-latest/src/libs/bmp/ |
D | lv_bmp.c | 103 uint8_t headers[54]; in decoder_info() local 105 lv_fs_read(&dsc->file, headers, 54, NULL); in decoder_info() 108 lv_memcpy(&w, headers + 18, 4); in decoder_info() 109 lv_memcpy(&h, headers + 22, 4); in decoder_info() 114 lv_memcpy(&bpp, headers + 28, 2); in decoder_info()
|
/lvgl-latest/env_support/cmake/ |
D | custom.cmake | 77 # Library and headers can be installed to system using make install 103 #Install headers 110 # Install headers from the LVGL_PUBLIC_HEADERS variable 116 # install example headers 125 # install demo headers
|
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 72 headers = find_includes(source) 73 …testfile_includes = @options[:use_system_files] ? (headers[:local] + headers[:system]) : (headers[… 86 all_files_used += headers[:linkonly] unless headers[:linkonly].empty?
|
/lvgl-latest/scripts/gen_json/ |
D | get_sdl2.py | 31 content_length = int(r.headers['Content-Length'])
|
/lvgl-latest/src/drivers/uefi/ |
D | lv_uefi.h | 48 #error No UEFI headers available
|
/lvgl-latest/ |
D | CMakeLists.txt | 33 …For all compiled sources from outside the library (i.e. files which include lvgl headers) we need …
|
D | Kconfig | 667 However the records of opened images headers might consume additional RAM.
|
/lvgl-latest/docs/details/integration/building/ |
D | cmake.rst | 66 - include/lvgl (contains all public headers)
|
/lvgl-latest/docs/details/widgets/ |
D | calendar.rst | 22 year or month. Instead, there are optional "headers" that can be 152 the API of the headers has been changed.**
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 141 Building the application consists of compiling the source with the LVGL headers,
|
/lvgl-latest/examples/libs/freetype/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or
|
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 161 - Add PXP related source files (and corresponding headers if available) to 394 - Add VGLite related source files (and corresponding headers if available) to
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 83 included either as stand-alone text files, human-readable headers or
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 244 Therefore we defined a **callback convention** for the LVGL C API that expects lvgl headers to be d…
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 565 This includes the necessary tools, libraries, and headers to build
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 265 - **fix(cmake): install headers correctly** `6332 <https://github.com/lvgl/lvgl/pull/6332>`__
|
D | Doxyfile | 1075 # while generating the index headers.
|