Adafruit
Adafruit TFT FeatherWing - 3.5" 480x320 Capacitive Touchscreen
· MPN: ADA5872
The Adafruit TFT FeatherWing is a 3.5" colour display with a 480×320 resolution, bright white-LED backlight, and a built-in multi-touch capacitive touchscree...
Get notified when back in stock
The Adafruit TFT FeatherWing is a 3.5" colour display with a 480×320 resolution, bright white-LED backlight, and a built-in multi-touch capacitive touchscreen that detects up to 5 simultaneous finger presses. It plugs directly into any Adafruit Feather board, making it an easy way to add a high-resolution colour display with touch input to your project.
The display communicates via SPI, with the capacitive touchscreen controller on I2C (requiring just one additional interrupt pin). A built-in microSD card slot lets you store images for display. The FeatherWing comes fully assembled with dual sockets — plug in your Feather and you're ready to go, with a second socket per pin for connecting external wires or large square pads for direct soldering.
Key Features
- 3.5" TFT Display – 480×320 pixel resolution with individual 16-bit colour control
- Capacitive Multi-Touch – Detects up to 5 simultaneous finger presses anywhere on the screen, controlled via I2C
- SPI Interface – Fast display updates over SPI; works best with higher-speed Feathers (nRF52, RP2040, ESP32, M0, M4 — anything above 32 MHz)
- Built-in microSD Slot – Store and display images directly from an SD card (uses one additional GPIO pin)
- Bright White-LED Backlight – Clear, vivid display in a range of lighting conditions
- Dual Socket Headers – Pre-soldered sockets let you plug in your Feather instantly, with extra sockets per pin for wire connections
- Universal Feather Compatibility – Works with any Feather board
Ideal For
- Feather projects requiring a large, high-resolution colour display
- Touch-based user interfaces and menu systems
- Image viewers and data dashboards
- Interactive IoT displays
Package Contents
- 1× Adafruit TFT FeatherWing 3.5" 480×320 Capacitive Touchscreen (fully assembled with dual sockets)
Jargon buster
Plain-language definitions for the technical terms used above.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- Multi-touch
- Multi-touch means the touchscreen can detect more than one finger contact at the same time. This matters for interfaces that use gestures such as pinch-to-zoom, two-finger scrolling, or on-screen controls used together.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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.
- 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
Brands
Displays & Screens
Related Tutorials
Free guides on learn.littlebird.com.au