Adafruit
2.8 TFT Touch Shield for Arduino with Resistive Touch Screen
The 2.8" TFT Touch Shield with Resistive Touch Screen plugs directly into any Arduino UNO or Mega-shaped board, providing a bright, full-colour display with ...
Get notified when back in stock
The 2.8" TFT Touch Shield with Resistive Touch Screen plugs directly into any Arduino UNO or Mega-shaped board, providing a bright, full-colour display with touch input and an onboard MicroSD card socket. Fully assembled and ready to use — no wiring or soldering required.
This shield uses SPI for the ILI9341 display and I2C for the TSC2007 resistive touchscreen driver, keeping pin usage low. It includes a STEMMA QT connector for easy I2C expansion, selectable VddIO for 3.3V or 5V compatibility, and a right-angle reset button.
Key Features
- 2.8" TFT LCD – 240×320 resolution with 18-bit colour (262,000 shades)
- Resistive Touchscreen – TSC2007 digital SPI touch controller with IRQ support
- SPI Display Interface – Uses digital pins 9, 10, and SPI; touchscreen on I2C + pin 2
- STEMMA QT Connector – Plug-and-play I2C expansion for sensors and devices
- Selectable VddIO – Works with 3.3V or 5V logic (uses IOref by default)
- MicroSD Card Socket – Onboard slot for loading images (uses digital pin 4)
- Plug-and-Play – Fully assembled, no soldering required
- Onboard LDO Regulator – 3.3V @ 300mA; approximately 100mA draw for display and touch
- PWM-Dimmable Backlight – 4 white LEDs with optional transistor-controlled dimming
Compatibility
- Arduino UNO, Duemilanove, Diecimila
- Arduino Mega and Mega-shaped boards
- Any board with I2C SDA/SCL after pin D13 and the SPI 2×3 port
Ideal For
- Arduino touchscreen projects
- Interactive displays and menu systems
- Data dashboards and sensor readouts
- Image slideshow displays
Package Contents
- 1× 2.8" TFT Touch Shield with Resistive Touch Screen (fully assembled)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IRQ
- IRQ (interrupt request) is a signal line a device uses to alert a microcontroller that something needs attention, so the microcontroller does not have to poll continuously. Wiring an IRQ pin to a free input lets code respond promptly to events such as new data being ready.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- microSD card
- A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- SDA/SCL
- SDA and SCL are the two signal lines used by an I2C bus: data and clock. Seeing these names helps you identify the correct connections when wiring I2C devices, even though Qwiic cables usually hide that wiring for you.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- TFT
- A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
Find this product in
Displays & Screens
adafruit 2 8 tft touch shield v2
Document · 6.6 MB · Click any page to view full size
STMPE610
Datasheet · 765.8 KB · Click any page to view full size
tsc2007
Datasheet · 1.4 MB · Click any page to view full size
ILI9341
Datasheet · 3.5 MB · Click any page to view full size
MI0283QT 11%20V1.1
Datasheet · 1.1 MB · Click any page to view full size
SPEC DT280QV10 CT Rev.B
Datasheet · 695.8 KB · Click any page to view full size
FT6x06%20Datasheet V0.1 Preliminary 20120723
Datasheet · 1.2 MB · Click any page to view full size
FT6x06 AN public ver0.1.3
Datasheet · 441.0 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au