1.8 inch TFT LCD

SKU
LCD128x160-A
In stock
$4.95
-
+
Overview

1.8 inch color LCD module. On board full size SD card slot. 128 x 160. Driver ST7735, NO Touch.

LCD Display Module


1.8 inch 128x160 SPI TFT LCD Panel
ST7735 Display Driver
Power Required 5VDC, 3V selectable.


Help, the colors are reversed in my bmp images!

Use tabcolor = INITR_BLACKTAB;

This will invoke the code snippet below whenever any pixels are written.

inline uint16_t swapcolor(uint16_t x) {

return (x << 11) | (x & 0x07E0) | (x >> 11);

}

Connection to UNO

1.8″ TFT – Arduino
LED - 3.3v
SCK - D13
SDA - D11
DC - D9
Rst - D8
CS - D10
GND - GND
VCC - 5v


SD Card on TFT Display Wiring to Arduino Uno

Connection Arduino Uno Pin
CS 4
MOSI 11
MISO 12
SCK 13