Open
Description
Hi, sorry to border you guys, I am running into an issue when controlling a st7789 without CS pin. The board I am using is an Esp-32 module and here is the config:
`
// Pin configs
#define TFT_CS -1
#define TFT_RST 13
#define TFT_DC 2
#define TFT_SCLK 18
#define TFT_MOSI 23
// Display initialization
//Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST);
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_MOSI, TFT_SCLK, TFT_RST);
`
I also tried to add SPI_MODE3 in tft.init() function but still noting came out from the screen. Are there any solutions to drive this screen without CS pin? Thank you so much.
Metadata
Metadata
Assignees
Labels
No labels