Lines Matching full:lvgl

5 LVGL can be used and configured as standard `ESP-IDF <https://github.com/espressif/esp-idf>`__ comp…
10 LVGL Demo Projects for ESP32
13 For a quick start with LVGL and ESP32, the following pre-configured demo projects are available for…
15 - `ESP-BOX-3 <https://github.com/lvgl/lv_port_espressif_esp-box-3>`__
16 - `ESP32-S3-LCD-EV-BOARD <https://github.com/lvgl/lv_port_espressif_esp32-s3-lcd-ev-board>`__
17 - `M5Stack-CoreS3 <https://github.com/lvgl/lv_port_espressif_M5Stack_CoreS3>`__
24 Using LVGL in Your ESP-IDF Project
27LVGL into your ESP-IDF project is via the `esp_lvgl_port <https://components.espressif.com/compone…
29 The esp_lvgl_port supports LVGL versions 8 and 9 and is compatible with ESP-IDF v4.4 and above. To …
35LVGL, so no additional steps are needed for new projects. If a specific LVGL version is required, …
37 Obtaining LVGL
40 LVGL is distributed through `ESP Registry <https://components.espressif.com/>`__, where all LVGL re…
41 …t want to use esp_lvgl_port, you can add `LVGL component <https://components.espressif.com/compone…
45 idf.py add-dependency "lvgl/lvgl^9.*"
47LVGL version requirement. More information on version specifications can be found in the `IDF Comp…
49 **Advanced usage: Use LVGL as local component**
51LVGL development and testing, it may be useful to use LVGL as a local component instead of from th…
55 git submodule add https://github.com/lvgl/lvgl.git components/lvgl
64 …gure LVGL, launch the configuration menu with ``idf.py menuconfig`` in your project root directory…
70 For successful LVGL project you will need a display driver and optionally a touch driver. Espressif…
88 This allows seamless interoperability with LVGL when enabling the :c:macro:`LV_USE_FS_STDIO` config…
105 - Enabling LVGL's STDIO file system in the configuration
109 …- ``Component config → LVGL configuration → 3rd Party Libraries``: enable ``File system on top of …
141 LVGL's ``LVGLImage.py`` Python tool can be used to convert images to binary pixel map files.