Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 19 of 19) sorted by relevance

/lvgl-latest/src/libs/bmp/
Dlv_bmp.c103 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/
Dcustom.cmake77 # 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/
Dgenerate_test_runner.rb72 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/
Dget_sdl2.py31 content_length = int(r.headers['Content-Length'])
/lvgl-latest/src/drivers/uefi/
Dlv_uefi.h48 #error No UEFI headers available
/lvgl-latest/
DCMakeLists.txt33 …For all compiled sources from outside the library (i.e. files which include lvgl headers) we need …
DKconfig667 However the records of opened images headers might consume additional RAM.
/lvgl-latest/docs/details/integration/building/
Dcmake.rst66 - include/lvgl (contains all public headers)
/lvgl-latest/docs/details/widgets/
Dcalendar.rst22 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/
Dqnx.rst141 Building the application consists of compiling the source with the LVGL headers,
/lvgl-latest/examples/libs/freetype/
DOFL.txt59 included either as stand-alone text files, human-readable headers or
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt59 included either as stand-alone text files, human-readable headers or
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/
DOFL.txt59 included either as stand-alone text files, human-readable headers or
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst161 - 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/
DLICENSE.txt83 included either as stand-alone text files, human-readable headers or
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst244 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/
Dlvgl_recipe.rst565 This includes the necessary tools, libraries, and headers to build
/lvgl-latest/docs/
DCHANGELOG.rst265 - **fix(cmake): install headers correctly** `6332 <https://github.com/lvgl/lvgl/pull/6332>`__
DDoxyfile1075 # while generating the index headers.