Home
last modified time | relevance | path

Searched full:lib (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/.github/workflows/
Dbuild_micropython.yml28 run: git submodule update --init --recursive lib/lv_bindings
32 …run: make -C ports/${{ matrix.port }} VARIANT=dev DEBUG=1 USER_C_MODULES=../../lib/lv_bindings/bin…
34 working-directory: ./lib/lv_bindings/lvgl
64 … run: make -j $(nproc) -C ports/rp2 BOARD=PICO USER_C_MODULES=../../lib/lv_bindings/bindings.cmake
73 lib/lv_bindings/tests/run.sh
Dcompile_docs.yml33 ${{ env.pythonLocation }}/lib/python*/site-packages/*
35 !${{ env.pythonLocation }}/lib/python*/site-packages/pip*
36 !${{ env.pythonLocation }}/lib/python*/site-packages/setuptools*
Dccpp.yml98 echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
109 env PATH="/usr/lib/ccache:$PATH" ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test
/lvgl-latest/env_support/cmake/
Dcustom.cmake54 set(LIB_INSTALL_DIR "lib")
81 ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
82 LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
83 RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
Dzephyr.cmake3 zephyr_include_directories(${ZEPHYR_BASE}/lib/gui/lvgl)
/lvgl-latest/docs/libs/
Dfreetype.md11 - Add include path: `/usr/include/freetype2` (for GCC: `-I/usr/include/freetype2 -L/usr/local/lib`)
12 - Add library: `freetype` (for GCC: `-L/usr/local/lib -lfreetype`)
/lvgl-latest/
Dlvgl.pc.in3 libdir=${prefix}/lib
DREADME_zh.md114 - [PlatformIO package](https://platformio.org/lib/show/12440/lvgl)
Dlv_conf_template.h224 /*Custom blend mode for mask drawing, disable if you need to link with older SDL2 lib*/
/lvgl-latest/scripts/
Dbuild_html_examples.sh3 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
/lvgl-latest/docs/get-started/platforms/
Dpc-simulator.md67 4. Copy _..._mingw32/lib/_ content to _C:/MinGW/.../x86_64-w64-mingw32/lib_
/lvgl-latest/docs/
DCHANGELOG.md695 - feat(lib) add ffmpeg video and image decoder [`2805`](https://github.com/littlevgl/lvgl/pull/2805)
932 - feat(rlottie) add LVGL-Rlottie interface as 3rd party lib [`2700`](https://github.com/lvgl/lvgl/p…
1451 - build: fix lib name in CMakeLists [`2641`](https://github.com/lvgl/lvgl/pull/2641)
/lvgl-latest/src/
Dlv_conf_internal.h542 /*Custom blend mode for mask drawing, disable if you need to link with older SDL2 lib*/