Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade support for ESP32-S3 series #190

Open
Huckies opened this issue Apr 9, 2022 · 3 comments
Open

Upgrade support for ESP32-S3 series #190

Huckies opened this issue Apr 9, 2022 · 3 comments

Comments

@Huckies
Copy link

Huckies commented Apr 9, 2022

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```

@tigerya214
Copy link

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?

@Huckies
Copy link
Author

Huckies commented Apr 16, 2022

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

@tigerya214
Copy link

tigerya214 commented Apr 16, 2022

4bd1cacb6d47a5df3e2017115e69757

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants