Displays/OLED/TFT
ST7735 SPI seriell port 1.8" 128 x 160 fullfärg TFT LCD-display modul
Pin No
1 GND GND
2 VCC Power 3.3V
3 SCL Serial
Clock
4 SDA Serial
Data
5 RES LCM Reset,
initialize the chip when low.
Keep this pin pull high during
normal operation
6 DC
Data/Command Control
7 CS Chip Select
8 BLK Backlight Control pin
Link to Sample C code #1
SCL CSLK - GPIO pin 23 - wiringPI pin 14
SDA MOSI - GPIO pin 19 - wiringPi pin 12
RES GPIO pin 3 - wiringPi pin 8
DC GPIO pin 5 - wiringPi pin 9
CS CE0 - GPIO pin 24 - wiringPi pin 10
Link to Sanple CPP code #2
https://github.com/bertrandmartel/st7735-raspberry
DC wiringPi pin 5 - GPIO pin 18
MOSI wiringPi pin 12 - GPIO pin 19
RST wiringPi pin 6 - GPIO pin 22
CS wiringPi pin 10 - GPIO pin 24
SCK wiringPi pin 14 - GPIO pin 23
Link to Sample code that includes text
Back