Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst323 │ ├── 0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch
324 │ ├── 0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch
325 │ ├── 0004-Factor-out-fbdev-initialization-code.patch
326 │ ├── 0005-Add-DRM-KMS-example-support.patch
327 │ ├── 0006-Add-SDL2-example-support.patch
328 │ ├── 0007-fix-cmake-generate-versioned-shared-libraries.patch
329 │ └── 0008-fix-fbdev-set-resolution-prior-to-buffer.patch
357 file://0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch \
358 file://0007-fix-cmake-generate-versioned-shared-libraries.patch \
359 file://0008-fix-fbdev-set-resolution-prior-to-buffer.patch \
[all …]
/lvgl-latest/scripts/
Dupdate_version.py33 self.patch = groups[2]
95 'LVGL_VERSION_PATCH': version.patch,
135 'LVGL_VERSION_PATCH': version.patch,
/lvgl-latest/docs/details/libs/
Drlottie.rst206 Rlottie patch file
212 A patch file is available in lvgl under:
213 ``/env_support/esp/rlottie/0001-changes-to-compile-with-esp-idf.patch``
215 Apply the patch file to your rlottie submodule.
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h57 #define VGLITE_MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | (patch)) argument
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst40 sudo apt install sed make binutils gcc g++ bash patch gzip bzip2 perl tar \
/lvgl-latest/src/libs/expat/
Dxmlparse.c167 If you have reasons to patch this detection code away or need changes \