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 ...
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
- Short for interrupt request, a signal pin a device uses to get a microcontroller’s attention when something needs handling. It matters here because I2C communication with the sensor requires connecting the IRQ pin to a suitable input pin.
- 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 memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can 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
Related Tutorials
Free guides on learn.littlebird.com.au