
# Pin mapping

Adafruit____	SainSmart
LITE	
SCK		SCL
MOSI		SDA
TFT_CS		CS
D/C		RS/DC
RESET		RES
VCC		VCC
Gnd		GND

#define TFT_CS          10
#define TFT_RST         9
#define TFT_DC          8

# Pin info (Uno)

https://learn.adafruit.com/adafruit-1-44-color-tft-with-micro-sd-socket/wiring-and-test

# Data sheet

https://cdn-shop.adafruit.com/datasheets/ST7735R_V0.2.pdf

# Github library details

https://github.com/adafruit/Adafruit-ST7735-Library
