Releases: lvgl/lv_port_esp32
Releases · lvgl/lv_port_esp32
Checkpoint release
Checkpoint release
This release is meant to store the state of the repository before big changes on it's structure. The LVGL and lv_examples submodules will soon be updated so you can use them separately and on your projects without the need to use all of them, example: using LVGL and lvgl_esp32_drivers only.
The lvgl_esp32_drivers directory will be moved into it's own repository, you can found it here: lvgl_esp32_drivers.
lvgl_esp32_drivers will be restructured and use the lv_drivers source code plus ESP32 specific code, this change is meant to share display and touch drivers available here with all the LVGL users (lv_drivers code will be platform agnostic).
The current project uses the following submodules as "esp-components":
- LVGL v7.0.2 (4f3dac6)
- lv_examples (a530172)