moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
760 stars 151 forks source link

How to configure a three wire SPI without a DC line #501

Closed mspudi closed 3 days ago

mspudi commented 1 week ago

ESP32 S3 FSPI

define SDA_PIN 35 // SDA (MOSI)

define SCL_PIN 36 // SCL (SCK)

define CS_PIN 40 // CS

define RST_PIN 42 // Reset

NO DC

How to configure it?

Arduino_GFX *gfx = new Arduino_HX8357A

moononournation commented 3 days ago

https://github.com/moononournation/Arduino_GFX/wiki/Data-Bus-Class#spi-1