Waveshare ESP32-S3-Touch-LCD-3.5 #782
-
|
I'm trying to get this display working and can compile and upload the 08_GFX_HelloWorld example using the Arduino IDE 2.3.8 but the display remains blank. The code compiles and runs, I've added some Serial.print breadcrumbs but the display remains blank. Any suggestions for how to get this working please. The pin definitions are from the Waveshare data, could the bus or gfx objects be set incorrectly? Not sure what to try next. All these Waveshare devices seem to be slightly different so not sure how much can be gained from data from similar devices. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've got this going. Waveshare suggested reverting to an earlier version of the GFX library. That gave me SPI errors with version 3.3.7 of the ESP32 board manager so I also reverted that to 3.2.0 and it worked. The compilation errors were: |
Beta Was this translation helpful? Give feedback.
I've got this going. Waveshare suggested reverting to an earlier version of the GFX library. That gave me SPI errors with version 3.3.7 of the ESP32 board manager so I also reverted that to 3.2.0 and it worked.
I expect there will be a lot more juggling library versions to come but at least it's going and this may be useful to other people with the same problem.
Chris
The compilation errors were: