Lv Port Esp32 Versions Save

LVGL ported to ESP32 including various display and touchpad drivers

v2.0

3 years ago

This is a safety net release, the lvgl component will be updated (the main LVGL repo now have a Kconfig file included) and the lvgl_esp32_drivers component will be moved to a separate repository.

v1.0

3 years ago

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)