I have a custom ESP32-S3 board and I have tried to connect the display ST7789 ( the model with 6 pins)
As a demo test I have used the sketch "graphictest_Feather_ESP32S2.ino".
However, I don't see any image on the display. In the serial terminal I see that the sketch is running because I see this output
"Hello! Feather TFT TestInitialized
876
done"
I am using the following libraries "Adafruit_GFX"v1.11.1 and "Adafruit_ST7789" v.10.4
In the board manager I have selected the board ESP32-S3-USB-OTG" and with this option I have no issues in running other sketches.
The MOSI and SCLK pins can be any ESP32-S3 GPIO or is it necessary to use specific pins? I have connected the dispaly RST pin directly to ESP32 GPIO7 without any pull-up or pull-down resistor. Is it correct? Thanks
using a ESP32-S3-DevKitC-1 with a Waveshare General 2inch LCD Display Module IPS Screen 240×320 ST7789
I ran File>Examples>Adafruit_ST7735_and_ST7789_Library>graphicstest_st7789
using the following parameters