Arduino_GFX icon indicating copy to clipboard operation
Arduino_GFX copied to clipboard

How to configure a three wire SPI without a DC line

Open mspudi opened this issue 8 months ago • 0 comments

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

mspudi avatar Jun 25 '24 06:06 mspudi