Skip to content

Checkpoint release

Compare
Choose a tag to compare
@C47D C47D released this 03 Sep 03:02
· 126 commits to master since this 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)