lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Upgrade support for ESP32-S3 series

Open Huckies opened this issue 2 years ago • 3 comments

A esp32s3 is more like a esp32c3 which only supports SPI_DMA_CH_AUTO, so it might be better to upgrade lvgl_esp32_drivers/lvgl_helpers.c line 178

Also I met an assert error compiling (the target chip is esp32s3) and solved it by adding "-DSPI_HOST_MAX=3"to line 91 of lvgl_esp32_drivers/CMakeLists.txt```

Huckies avatar Apr 09 '22 10:04 Huckies

Hi, you answer hit me!!! do you know why it show "'TFT_SPI_HOST' undeclared (first use in this function); did you mean 'SPI3_HOST'?" when I am compiling the lvgl?

tigerya214 avatar Apr 16 '22 09:04 tigerya214

Maybe you want to config it before compiling, or add a declaration on your own header file.

Huckies avatar Apr 16 '22 10:04 Huckies

4bd1cacb6d47a5df3e2017115e69757 就是编译后出现这个问题,是不是LVGL的函数因为版本原因变了? (看了下好像是国人,哈哈!)

tigerya214 avatar Apr 16 '22 12:04 tigerya214