Replies: 7 comments 2 replies
-
The different board will require a new setup file with the correctly mapped pins. |
Beta Was this translation helpful? Give feedback.
-
Looking at the product data it looks like this is the correct maping for the two processors: RP2040 #define TFT_CS 9 S3 #define TFT_CS 16 |
Beta Was this translation helpful? Give feedback.
-
ESP32-S3 shows image on the LCD now using the example code from Waveshare instead. |
Beta Was this translation helpful? Give feedback.
-
And the touch is working as well. |
Beta Was this translation helpful? Give feedback.
-
SPI MODE3, MSB first |
Beta Was this translation helpful? Give feedback.
-
I had a look at the code and see that RPi stle interface display support for the ESP32 S3 had not been tested and the original ESP32 code was in place. I have updated the library so all should be good now. |
Beta Was this translation helpful? Give feedback.
-
Dear Sir, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The Pi Pico works on the Waveshare Pi Pico Eval board with RPI_DISPLAY_TYPE setting.
The ESP32-S3 does NOT work on Waveshare Pi Pico Eval board with RPI_DISPLAY_TYPE setting.
The Waveshare Pi Pico Eval board used ILI9488 driver with serial SPI to parallel TTLs.
And the Eval board uses the same SPI pins on Waveshare Pi Pico 1.3" HAT.
ESP-S3 works on the 1.3" HAT. Therefore, the ESP32-S3 shall be able to drive those SPI pins on Eval board.
Please help if any. Appreciate!
Note: ESP32-S3 board used is Banana Pi-PicoW-S3: https://wiki.banana-pi.org/BPI-PicoW-S3
Best,
PJ.
Beta Was this translation helpful? Give feedback.
All reactions