---
product_id: 1829930
title: "SainSmart 1.8\" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3"
brand: "sainsmart"
price: "£0.02"
currency: GBP
in_stock: false
reviews_count: 9
url: https://www.desertcart.co.uk/products/1829930-sainsmart-1-8-tft-color-lcd-display-module-with-spi
store_origin: GB
region: United Kingdom
---

# 262K Color Depth 1.8" Display Size 5V/3.3V Compatibility SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3

**Brand:** sainsmart
**Price:** £0.02
**Availability:** ❌ Out of Stock

## Summary

> 🎨 Elevate Your Projects with Colorful Clarity!

## Quick Answers

- **What is this?** SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 by sainsmart
- **How much does it cost?** £0.02 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.co.uk](https://www.desertcart.co.uk/products/1829930-sainsmart-1-8-tft-color-lcd-display-module-with-spi)

## Best For

- sainsmart enthusiasts

## Why This Product

- Trusted sainsmart brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Compact Design:** Perfectly sized for portable and embedded applications.
- • **Vibrant Visuals:** Experience stunning 262K colors for your projects.
- • **Versatile Voltage:** Compatible with both 5V and 3.3V systems.
- • **Seamless Integration:** Easily connects with Arduino UNO and MEGA R3.
- • **User-Friendly SPI Interface:** Simplify your coding with a straightforward SPI bus.

## Overview

The SainSmart 1.8" TFT Color LCD Display Module is a high-quality display solution designed for Arduino enthusiasts. With a vibrant 262K color palette and a user-friendly SPI interface, this module is compatible with both 5V and 3.3V systems, making it an ideal choice for a wide range of applications.

## Description

Features : Display Mode: 1.8" TFT SPI Interface, Transmissive, Normally white;. Display Color: 262K colors;. Backlight Type: LED. Resolution: 128W 160H Dots. Board Size: 5.00 x 3.4cm. View Area: 28.03W 35.04H mm. Dot Size: 0.06W 3 0.18H mm. Dot Pitch: 0.18W 0.18H mm. Viewing Angle: 6 o"clock. SPI Bus interface. IC Driver: ST7735R. 5V/3.3V TTL logic Compatible, can be used in 5V/3.3V IO Arduino system directly. Signal Definition : GND : Power Ground. VCC : 5V power input. CS : Chipselect for LCD, SDA : LCD Data for SPI. SCL : SCLK for TFT Clock. RS/DC : Command/Data Selection. RESET : LCD controller reset, active low. CS (SD-CS) : Chipselect for TF Card, CLK (SD-Clock): SPI Clock. MOSI (SD-DI) : SPI Master out Slave in. MISO (SD-DO) : SPI Master in Slave out.

## Features

- 1.8" TFT SPI Interface, Transmissive, Normally white
- Display 262K colors
- SPI Bus interface
- 5V/3.3V TTL logic Compatible
- Can be used in 5V/3.3V IO Arduino system directly

## Images

![SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 - Image 1](https://m.media-amazon.com/images/I/617zPVZ99fL.jpg)
![SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 - Image 2](https://m.media-amazon.com/images/I/41N3ICj7bkL.jpg)
![SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 - Image 3](https://m.media-amazon.com/images/I/51c8jS3toML.jpg)
![SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 - Image 4](https://m.media-amazon.com/images/I/51-Smf05vOL.jpg)
![SainSmart 1.8" TFT Color LCD Display Module with SPI Interface & MicroSD for Arduino UNO MEGA R3 - Image 5](https://m.media-amazon.com/images/I/51vAOU+z6PL.jpg)

## Available Options

This product comes in different **Package Type** options.

## Customer Reviews

### ⭐⭐⭐⭐ 







  
  
    Broken unit. Update: Seems to work well
  

*by A***3 on Reviewed in the United States 🇺🇸 on January 31, 2015*

Unit came broken. Panel was separated from the board. Connector was damaged.  As noted by others, the documentation and sample code from SainSmart is pretty awful.  Finally found a link to this:  http://www.instructables.com/id/Mini-Arduino-enviroment-monitor/?ALLSTEPSThis seems to have the most complete 101 that I've seen.Ordered another unit, hoping this one comes in one piece so I can try getting it to work.Update: Picked up another display locally. Docs are non-existent of course... another review had a good link detailing connecting to an Uno.The first unit I had gotten was definitely bad. If you can't get the backlight to come up (which is just the 5v and ground), then you aren't going to get far.I'm also not going to be able to return it, because I ended up damaging the unit while trying to figure out why it wasn't getting power.WARNING: The unit isn't very rugged and the connection to the board is with a surface mount ribbon that is fragile and folded under the panel, so do NOT flex the panel from the board or press down on it, as this will potentially damage the cable or its connection.From another reviewer (Note: Compare the pin-outs carefully to the #define statements in the libraries. Current versions have the TFT_RST and TFT_DC pins swapped to what this article states)http://www.tweaking4all.com/hardware/arduino/sainsmart-arduino-color-display/Fast summary for fast mode:1. Download and install adafruit libraries (Yes, buy stuff from them. She rocks)  1st is the device specific lib, 2nd is the GFX core libhttps://github.com/adafruit/Adafruit-ST7735-Libraryhttps://github.com/adafruit/Adafruit-GFX-Library2. Pin wiring is slightly different then adafruit version (you will also have to modify the examples) Again, this is for fast version. Not worrying about SD card also.From right to Left on the back of the Sainsmart panelPanel  ---  Arduino UnoVCC  ----  5VGND  ----  GNDSCL  ----  Digital Pin 13  (Display Clock)SDA  ----  Digital Pin 11  (Display Data)RS/DC ----  Digital Pin  8  (D - Data Mode or C Command Mode)RES  ----  Digital Pin 9  (Reset)CS (For Display)  Digital Pin 10  (Chip Select)3. Open the ST7335 Example Sketch - graphicstest4. You may have to make a minor edit.  The current example sketch defaults to Option 1, high speed, which should match the above pins.  Verify that the #Define statements for the pins match the above.  TFT_CS  is  CS above  TFT_RST is  RES above  TFT_DC  is  RS/DC aboveUpload and hopefully you'll see the display working. Just starting to play further, now that I have it working.

### ⭐⭐⭐⭐⭐ 







  
  
    nice display
  

*by A***E on Reviewed in the United States 🇺🇸 on July 19, 2013*

I wasn't sure if this display had a backlight before I tried it; it's so thin I didn't think it would.  It does!!I haven't used it much yet other than running the example.  I don't really have much spare time, but I got two of these and gave myself 30 minutes to try to get one to work.  The pdf file that comes with the sainsmart software wasn't as good as it could be, but I did find it to be useful.  For the wiring, you need to read the text, not just look at the picture since they used the same color wires to connect it as another reviewer pointed out.  The biggest problem I had was trying to figure out where to put the library.  On my mac, it just needed to go in my ~/Documents/Arduino/libraries folder, which already existed.  I'm already using version 0023 of the Arduino, so I had no problems after figuring out that you load the sketch by just doing an "open" from the arduino tool's File menu, and then load it from the libraries/TFT18/examples directory.To my surprise, it worked and I was able to accomplish this just within the 30 minutes I gave myself!  yeay!spent some more time messing with it... found that the colors defined in the sample code were not quite right; here's what I'm using now:// Color definitions#define BLACK  0x0000#define BLUE  0xF800#define RED  0x001F#define GREEN  0x07E0#define CYAN  0x07FF#define MAGENTA  0xF81F#define YELLOW  0x0FFF  //BGR ?#define WHITE  0xFFFF

### ⭐⭐⭐⭐ 







  
  
    Fantastic price for these things
  

*by J***T on Reviewed in the United States 🇺🇸 on December 6, 2012*

These displays are absolutely fantastic.  They're bright and crisp, have a good color depth and are extremely inexpensive.While trying to get my first one to work, I was goign to give these 1 star.  It was the first time I had tried to get an SPI connection working and the documentation from SainSmart was enough to make me want to slit my wrists.  After I realized these were essentially the same unit Adafruit sells (but have a different pin order) I had the thing up and running with the Adafruit Arduino libraries in a matter of minutes.After getting that first one working, I've ordered and used 4 of these for different projects.  At this point they're my first option for a display on any project I have that needs one.  They're cheap and look great.I'd normally feel a little guilty about ordering these from SainSmart and using the Adafruit instructions and libraries, but I purchase enough other stuff from Adafrtui to appease my conscience.  If you end up taking the same route I did, I encourage you to at least look at the other stuff they offer.  They have some really cool products I haven't been able to find elsewhere.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.co.uk/products/1829930-sainsmart-1-8-tft-color-lcd-display-module-with-spi](https://www.desertcart.co.uk/products/1829930-sainsmart-1-8-tft-color-lcd-display-module-with-spi)

---

*Product available on Desertcart United Kingdom*
*Store origin: GB*
*Last updated: 2026-05-25*