Lines Matching refs:project
27 The simplest way to integrate LVGL into your ESP-IDF project is via the `esp_lvgl_port <https://com…
29 …8 and 9 and is compatible with ESP-IDF v4.4 and above. To add it to your project, use the followin…
35 …w projects. If a specific LVGL version is required, specify this in your project to avoid automati…
41 …nent <https://components.espressif.com/component/lvgl/lvgl>`__ into your project with following co…
47 …ext build, the LVGL component will be fetched from the component registry and added to the project.
51 …s and does not allow local modifications. To do this, clone LVGL to your project with the followin…
64 To configure LVGL, launch the configuration menu with ``idf.py menuconfig`` in your project root di…
70 For successful LVGL project you will need a display driver and optionally a touch driver. Espressif…
78 To add a display or touch driver to your project, use a command like:
101 - **Re-configure your own project**
103 The example project should be examined for details, but in general the changes involve: