Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 57) sorted by relevance

123

/lvgl-latest/docs/details/integration/os/
Dqnx.rst33 a static library.
63 you choose to build a library then you do not need to follow the instructions in
67 both as a shared library and as a static library for the supported
77 library for ARMv8:
85 then it is better to use a static library. If you have more than one, and
86 especially if they run concurrently, it is better to use the shared library.
88 Before building the library, you may wish to edit
97 1. Initialize the library.
115 /* Initialize the library. */
142 and then linking against the library. This can be done in many ways, using
[all …]
/lvgl-latest/docs/details/integration/framework/
Darduino.rst5 The `LVGL library <https://github.com/lvgl/lvgl>`__ is directly available as Arduino libraries.
12 …ub.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video>`__ library, included in the …
14 Get the LVGL Arduino library
17 LVGL can be installed via the Arduino IDE Library Manager or as a .ZIP library.
21 library folder.
26 To get started it's recommended to use `TFT_eSPI <https://github.com/Bodmer/TFT_eSPI>`__ library as…
33 Both files are located in ``TFT_eSPI`` library's folder.
43 …late.h`` as ``lv_conf.h`` into the Arduino Libraries directory next to the ``lvgl`` library folder.
/lvgl-latest/env_support/cmake/
Dcustom.cmake26 # Build LVGL library
59 # Build LVGL example library
68 # Build LVGL demos library
142 # Install library
160 # Install library thorvg
179 # Install library demos
198 #install library examples
Dmicropython.cmake6 # With micropython, build lvgl as interface library, link chain is:
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dgetting_lvgl.rst11 the latest version of the library from GitHub.
13 The graphics library itself is the ``lvgl`` directory. It contains several
/lvgl-latest/
DCMakeLists.txt32 …For all compiled sources within the library (i.e. basically all lvgl files) we need to use dllexpo…
33 …For all compiled sources from outside the library (i.e. files which include lvgl headers) we need …
DKconfig287 bool "Enable Arm's 2D image processing library (Arm-2D) for all Cortex-M processors"
291 Must deploy arm-2d library to your project and add include PATH for "arm_2d.h".
728 Either internal ThorVG or external ThorVG library is required.
1316 bool "PNG decoder library"
1319 bool "PNG decoder(libpng) library"
1322 bool "BMP decoder library"
1325 bool "TJPGD decoder library"
1328 bool "libjpeg-turbo decoder library"
1331 bool "GIF decoder library"
1342 bool "SVG library"
[all …]
/lvgl-latest/src/libs/freetype/
Dlv_freetype.c85 error = FT_Init_FreeType(&ctx->library); in lv_freetype_init()
288 if(ctx->library) { in lv_freetype_cleanup()
289 FT_Done_FreeType(ctx->library); in lv_freetype_cleanup()
290 ctx->library = NULL; in lv_freetype_cleanup()
369 FT_Error error = FT_New_Face(ctx->library, node->pathname, 0, &face); in cache_node_cache_create_cb()
Dlv_freetype_private.h103 FT_Library library; member
/lvgl-latest/tests/src/test_libs/rnd_unicodes/rnd_unicodes/
DCMakeLists.txt6 add_library(rnd_unicodes SHARED src/library.c)
DREADME.md10 #include "library.h"
/lvgl-latest/docs/details/libs/
Dfreetype.rst7 Interface to FreeType library to generate font bitmaps at run time.
19 and configuring this library. The above website is a good place to start, as is the
33 - Link library: ``freetype`` (for GCC: ``-L/usr/local/lib -lfreetype``)
93 to exclude the configured FreeType library's ``ftsystem.c`` file from being compiled,
Dlibpng.rst7 libpng is the official PNG reference library. It supports almost all PNG features, is extensible, a…
Dffmpeg.rst25 - Add library: ``FFmpeg`` (for GCC: ``-lavformat -lavcodec -lavutil -lswscale -lm -lz -lpthread``)
/lvgl-latest/demos/stress/
DREADME.md8 ![Stress demo with LVGL embedded GUI library](screenshot1.gif)
/lvgl-latest/demos/keypad_encoder/
DREADME.md9 ![Keypad and encoder navigation in LVGL embedded GUI library](screenshot1.gif)
/lvgl-latest/docs/details/integration/chip/
Darm.rst14 … MPU (instead of compiling it on the target hardware) or create a shared library. For more informa…
35 Among many others, this can effectively speed up UI rendering. :ref:`Arm2D <arm2d>` is a library ma…
47 6. The CMSIS DSP library also needs to be added to the project. You can use CMSIS-PACKS or add it m…
Dstm32.rst55 //Initialise LVGL UI library
141 * Inform the graphics library that you are ready with the flushing */
172 /* Initialise LVGL UI library */
269 * Inform the graphics library that you are ready with the flushing */
/lvgl-latest/docs/details/debugging/
Dvg_lite_tvg.rst24 It is recommended to use the internal ThorVG library to ensure uniform rendering results.
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino12 …*Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version …
13 *as the examples and demos are now part of the main LVGL library. */
/lvgl-latest/.devcontainer/
D__main.c__92 * Initialize the Hardware Abstraction Layer (HAL) for the Littlev graphics library
/lvgl-latest/demos/
DREADME.md143 ![Keypad and encoder navigation in LVGL embedded GUI library](keypad_encoder/screenshot1.png)
148 ![Benchmark demo with LVGL embedded GUI library](benchmark/screenshot1.png)
/lvgl-latest/env_support/cmsis-pack/
DREADME.md130 /* Enable ThorVG (vector graphics library) from the src/libs folder */
148 /*Use external LZ4 library*/
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst311 this library as a shared object in the target rootfs, and also to generate a
338 - ``lvgl_9.1.0.bb`` is the recipe to build lvgl library.
341 For now let's understand the recipe of lvgl library.
350 DESCRIPTION = "LVGL is an OSS graphics library to create embedded GUI"
409 specific to the LVGL library.
492 sysroots have everything required to build lvgl library.
510 In the build folder, you can now see the built library. The ``.so`` files
530 The lvgl library (``.so`` files) are also ready to be installed in the final
543 This will add the lvgl library in the generated image, and it will also add
544 the library to the host SDK we will generate later on.
[all …]
/lvgl-latest/demos/music/
DREADME.md7 ![Music player demo with LVGL embedded GUI library](screenshot1.gif)

123