Lines Matching full:com

5 LVGL can be used and configured as standard `ESP-IDF <https://github.com/espressif/esp-idf>`__ comp…
7 …the instructions in the `ESP-IDF Programming guide <https://docs.espressif.com/projects/esp-idf/en…
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>`__
21 …Additional BSPs and examples are available in the `esp-bsp <https://github.com/espressif/esp-bsp>`…
27 …ur ESP-IDF project is via the `esp_lvgl_port <https://components.espressif.com/components/espressi…
40 LVGL is distributed through `ESP Registry <https://components.espressif.com/>`__, where all LVGL re…
41 …e esp_lvgl_port, you can add `LVGL component <https://components.espressif.com/component/lvgl/lvgl…
47 … found in the `IDF Component Manager documentation <https://docs.espressif.com/projects/idf-compon…
55 git submodule add https://github.com/lvgl/lvgl.git components/lvgl
70 …vides these drivers that are built on its `esp_lcd <https://docs.espressif.com/projects/esp-idf/en…
72 - esp_lcd natively supports for some `basic displays <https://github.com/espressif/esp-idf/tree/ma…
73 - Other displays are maintained in `esp-bsp repository <https://github.com/espressif/esp-bsp/tree/…
74 - Touch drivers are maintained in `esp-bsp repository <https://github.com/espressif/esp-bsp/tree/m…
94 `SPIFFS <https://github.com/espressif/esp-idf/tree/master/examples/storage/spiffsgen>`__
96 `SD Card <https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card/sdspi>`__
98 `LittleFS <https://github.com/espressif/esp-idf/tree/master/examples/storage/littlefs>`__