ST7735S 80x160 0.96" SPI LCD Display Module

From Embedded Workshop
Revision as of 16:53, 12 January 2021 by JMerkle (talk | contribs) (Created page with "==ST7735S 80x160 0.96" SPI LCD Display Module== '''Hardware''' right|thumb right|thumb These displays use the ST7735S cont...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ST7735S 80x160 0.96" SPI LCD Display Module

Hardware

These displays use the ST7735S controller: https://www.crystalfontz.com/controllers/Sitronix/ST7735S/320

Connecting to the Arduino Uno as follows:

LCD    Wire
Signal Color   UNO Pin
GND    Red      GND
VCC    Brown     5V
LED    Grey    3.3V (or 200 ohm resistor to 5V)
SCL    Violet    13 SCLK
SDA    Blue      11 MOSI
RES    Yellow     9
DC     Green      8 (This is the Data/Command DC signal)
CS     Orange    10
BLK             ???? (This can remain unconnected.)

Notes:
* It appears the colors are both inverted and out of order.
    White displays as black (inversion problem)
* The wire colors are messed up.  The harness was pulled off of another SPI display.