Hello Arduino friends,
I recently got myself a display, to be exact: Driver_ic: ST7735,Resolution: 128*128, Size 1,44''. (nomen_tec v2.0) Link to Product
But I can't get it to work. Someone who can help me with wiring up this display?
So i need connctions for:
GRD -
VVC -
SCL -
SDA -
RES -
DC -
CS -
BL -
(1 GND Ground
2 VCC Power 3.3 V
3 SCL Serial clock pin.
4 SDA Serial data input
5 RES LCM Reset pin
This pin is reset input signal. When the pin is low, initialization of the chip is
Executed. Keep this pin pull high during normal operation.
6 DC Data / Command Control
7 CS Chip Select
8 BLK Backlight control pin)
My equipment:
Arduino UNO and NANO
When i followed this tutorial: tutorial The screen turns white.
I've tried with the Adafruit GFX library combined with Adafruit ST7735.
But still a white screen.
So please help me with this display.