ESP3-C3 Super Mini wiring to ST7789

Moriyama
Posts: 1
Joined: Fri Jan 03, 2025 1:37 pm

Re: ESP3-C3 Super Mini wiring to ST7789

Postby Moriyama » Fri Jan 03, 2025 1:45 pm

st7789 240x240
BLK --> not connected
DC --> Pin 8
RES --> Pin 10
SDA --> Pin 6
SCL --> Pin 4
VCC --> 3V3
GND --> GND



change fileTFT_eSPI/Processors/TFT_eSPI_ESP32_C3.h

#define SPI_PORT SPI2_HOST


to

#if ESP_ARDUINO_VERSION_MAJOR < 3
#define SPI_PORT SPI2_HOST
#else
#define SPI_PORT 2
#endif

Who is online

Users browsing this forum: Majestic-12 [Bot] and 63 guests