“I’m encountering a compilation error with the LVGL library for the JC2432W328C module in the PlatformIO environment. Any advice on how to resolve it?”
platformio,in setting as below:
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
bodmer/TFT_eSPI@^2.5.43
lvgl/lvgl@^9.2.2
build_flags = -Iinclude
Hi.
What is the error?
Did you follow this guide? https://randomnerdtutorials.com/programming-esp32-cyd-cheap-yellow-display-vs-code/
Regards,
Sara
Sure! Here’s a clearer and more professional rephrasing of your message:
Hi Sara,
Thank you for your prompt reply—much appreciated. The issue has been resolved by following your advice.
Yes, the JC2432W328C is a capacitive touch module.
Thanks again!