Skip to content

ST7789 example does not support boards with no CS pin #370

Open
@mytechnotalent

Description

@mytechnotalent

ST7789 Pico Example

I am testing the example out of the box on a 1.3" IPS LCD ST7789 display.
Display Pinout

Full board to review.
ST7789 1.3" IPS LCD

The board, pic above, has the following pinout.

GND
VCC
SCL
SDA
RES
DC
BLK

The code defines the following pins.

#define PIN_DIN 0
#define PIN_CLK 1
#define PIN_CS 2
#define PIN_DC 3
#define PIN_RESET 4
#define PIN_BL 5

I connect in this fashion.

PIN_DIN 0          SDA
PIN_CLK 1          SCL
PIN_CS 2            NOT CONNECTED
PIN_DC 3           DC
PIN_RESET 4      RES
PIN_BL 5            BLK

The result is the screen lighting up the backscreen however producing no image.

Without the CS pin on the board I tried driving it to VCC and GND and still no effect.

Is this display not compatible? Is so, why not?

If that is the case what exact board was this code written for?

@kromych I saw you made a mod recently, do you have any idea?

Thanks in advance!

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