Open
Description
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
Labels
No labels