You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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?
A esp32s3 is more like a esp32c3 which only supports
SPI_DMA_CH_AUTO
, so it might be better to upgradelvgl_esp32_drivers/lvgl_helpers.c
line 178Also 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```The text was updated successfully, but these errors were encountered: