# Adafruit 3.5" 320x480 Color TFT Touchscreen Breakout

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/018/900/medium800/adafruit_products_2050_top_demo_3C_ORIG.jpg?1408463512)

Add some jazz & pizazz to your project with a color touchscreen LCD. This TFT display is big (3.5" diagonal) bright (6 white-LED backlight) and colorful! 480x320 pixels with individual RGB pixel control, this has way more resolution than a black and white 128x64 display, and double our 2.8" TFT. This display is available with a resistive touch driver or a capacitive touch driver.

![](https://cdn-learn.adafruit.com/assets/assets/000/126/269/medium800/adafruit_products_5846-01.jpg?1701189589)

This display has a controller built into it with RAM buffering, so that almost no work is done by the microcontroller. **The display can be used in two modes: 8-bit or SPI.** For 8-bit mode, you'll need 8 digital data lines and 4 or 5 digital control lines to read and write to the display (12 lines total). SPI mode requires only 5 pins total (SPI data in, data out, clock, select, and d/c) but is slower than 8-bit mode. In addition, 4 pins are required for the touch screen (2 digital, 2 analog) or [you can purchase and use our resistive touchscreen controller (not included) to use I2C or SPI](http://www.adafruit.com/products/1571).

![](https://cdn-learn.adafruit.com/assets/assets/000/018/901/medium800/adafruit_products_2050_top_demo_01_ORIG.jpg?1408463542)

Of course, we wouldn't just leave you with a datasheet and a "good luck!". For 8-bit interface fans [we've written a full open source graphics library that can draw pixels, lines, rectangles, circles, text, and more](https://github.com/adafruit/TFTLCD-Library "Link: https://github.com/adafruit/TFTLCD-Library"). For [SPI users, we have a library as well](https://github.com/adafruit/Adafruit_HX8357_Library), its separate from the 8-bit library since both versions are heavily optimized. We[also have a resistive touch screen library that detects x, y and z (pressure)](https://github.com/adafruit/Touch-Screen-Library "Link: https://github.com/adafruit/Touch-Screen-Library") and [a capacitive touch screen library that detects up to 5 multi-touch points](https://github.com/adafruit/Adafruit_FT5336) and example code to demonstrate all of it.

![](https://cdn-learn.adafruit.com/assets/assets/000/018/882/medium800/adafruit_products_2050_kit_ORIG.jpg?1408384817)

- [Next Page](https://learn.adafruit.com/adafruit-3-5-color-320x480-tft-touchscreen-breakout/pinouts.md)

## Featured Products

### 3.5" TFT 320x480 + Touchscreen Breakout Board w/MicroSD Socket

[3.5" TFT 320x480 + Touchscreen Breakout Board w/MicroSD Socket](https://www.adafruit.com/product/2050)
Add some jazz & pizazz to your project with a color touchscreen LCD. This TFT display is big (3.5" diagonal) bright (6 white-LED backlight) and colorful! 480x320 pixels with individual RGB pixel control, this has way more resolution than a black and white 128x64 display, and double...

Out of Stock
[Buy Now](https://www.adafruit.com/product/2050)
[Related Guides to the Product](https://learn.adafruit.com/products/2050/guides)
### Adafruit 3.5" TFT 320x480 with Capacitive Touch Breakout Board

[Adafruit 3.5" TFT 320x480 with Capacitive Touch Breakout Board](https://www.adafruit.com/product/5846)
Add some jazz & pizazz to your project with a color touchscreen LCD. This TFT display is big (3.5" diagonal) bright (6 white-LED backlight) and colorful! 480x320 pixels with individual RGB pixel control, this has way more resolution than a black and white 128x64 display, and double...

Out of Stock
[Buy Now](https://www.adafruit.com/product/5846)
[Related Guides to the Product](https://learn.adafruit.com/products/5846/guides)
### Adafruit EYESPI Breakout Board - 18 Pin FPC Connector

[Adafruit EYESPI Breakout Board - 18 Pin FPC Connector](https://www.adafruit.com/product/5613)
Our most recent [display breakouts have come with a new feature:&nbsp;an 18-pin "EYE SPI" standard FPC connector with flip-top connector](https://www.adafruit.com/?q=eyespi&sort=BestMatch). This is intended to be a sort-of "<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/5613)
[Related Guides to the Product](https://learn.adafruit.com/products/5613/guides)
### EYESPI Cable - 18 Pin 100mm long Flex PCB (FPC) A-B type

[EYESPI Cable - 18 Pin 100mm long Flex PCB (FPC) A-B type](https://www.adafruit.com/product/5239)
Connect this to that when a 18-pin FPC connector is needed. This 25 cm long cable is made of a flexible PCB. It's A-B style which means that pin one on one side will match with pin one on the other side. How handy!

<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/5239)
[Related Guides to the Product](https://learn.adafruit.com/products/5239/guides)

## Related Guides

- [Adafruit EYESPI Breakout Board](https://learn.adafruit.com/adafruit-eyespi-breakout-board.md)
- [Adafruit 1.28" 240x240 Round TFT LCD](https://learn.adafruit.com/adafruit-1-28-240x240-round-tft-lcd.md)
- [Adafruit 2.13" 250x122 Quad-Color eInk](https://learn.adafruit.com/adafruit-2-13-250x122-quad-color-eink.md)
- [CircuitPython Display Support Using displayio](https://learn.adafruit.com/circuitpython-display-support-using-displayio.md)
- [Adafruit PiCowbell Camera Breakout](https://learn.adafruit.com/adafruit-picowbell-camera-breakout.md)
- [Adafruit GPIO Expander Bonnet for Raspberry Pi](https://learn.adafruit.com/gpio-expander-bonnet.md)
- [Adafruit 2.8" TFT Touch Shield v2 - Capacitive or Resistive](https://learn.adafruit.com/adafruit-2-8-tft-touch-shield-v2.md)
- [How to use Google Glass flashlight](https://learn.adafruit.com/how-to-use-google-glass-flashlight.md)
- [SnapPiCam Raspberry Pi Camera](https://learn.adafruit.com/snappicam-raspberry-pi-camera.md)
- [Adafruit Bluefruit LE Shield](https://learn.adafruit.com/adafruit-bluefruit-le-shield.md)
- [Adafruit MENTA Kit](https://learn.adafruit.com/adafruit-menta-kit-mint-tin-arduino-compatible.md)
- [Adafruit DS1841 I2C Logarithmic Resistor](https://learn.adafruit.com/adafruit-ds1841-i2c-logarithmic-resistor.md)
- [EMC2101 Fan Controller and Temperature sensor](https://learn.adafruit.com/emc2101-fan-controller-and-temperature-sensor.md)
- [Adafruit Pro Trinket LiPoly/LiIon Backpack](https://learn.adafruit.com/adafruit-pro-trinket-lipoly-slash-liion-backpack.md)
- [Adafruit TFP401 HDMI/DVI Decoder to 40-pin TTL Display](https://learn.adafruit.com/adafruit-tfp401-hdmi-slash-dvi-decoder-to-40-pin-ttl-display.md)
