lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Develop/lvgl 7.11.0 idf 5.0

Open controlol opened this issue 1 year ago • 0 comments

Merge master branch to this IDF 5.0 branch, then fix the issues.

  • Backlight missing includes
  • IDF 5.0 requires the driver component when using GPIO functions
  • Stricter printf

For me it was also necessary to use SPI_DMA_CH_AUTO. I am not sure if this is board specific (ESP32-S3) or version specific. I would be happy to add it as an option in Kconfig if desired.

controlol avatar Aug 02 '23 07:08 controlol