lvgl_esp32_drivers
lvgl_esp32_drivers copied to clipboard
Develop/lvgl 7.11.0 idf 5.0
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.