-
After successfully testing the project on esp32, I changed the module to esp32-s2 and retested the project. The 8 bit parallel works fine. After changing "lgfx::Bus_Parallel8" to "lgfx::Bus_Parallel16" in user_setup an error comes out at the last compilation step: main
full report
I understand that the compiler is swearing because of possible minor differences between *.hpp and *.cpp, but I really wasted a lot of time and could not solve the problem. I used the latest version of LGFX, VSCode, ESP-IDF. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Yelgurk Using this image as a reference, open LovyanGFX/CMakeLists.txt and try to add the highlighted lines. |
Beta Was this translation helpful? Give feedback.
@Yelgurk
I'm sorry. I forgot to add the line for esp32s2 in CMakeLists.txt.
Using this image as a reference, open LovyanGFX/CMakeLists.txt and try to add the highlighted lines.