Skip to content

st7789 without cs pin #204

Open
Open
@JackIsGoofingOff

Description

@JackIsGoofingOff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions