Skip to content

Releases: lvgl/lv_port_esp32

Checkpoint release

16 Dec 22:59
77ad8c3
Compare
Choose a tag to compare

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.

Checkpoint release

03 Sep 03:02
Compare
Choose a tag to compare

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)