Adafruit
2.8 TFT LCD with Cap Touch Breakout Board w/MicroSD Socket
The 2.8" TFT LCD Breakout Board features a bright, full-colour display with a capacitive single-touch touchscreen and an onboard MicroSD card socket. With 24...
The 2.8" TFT LCD Breakout Board features a bright, full-colour display with a capacitive single-touch touchscreen and an onboard MicroSD card socket. With 240×320 resolution and individual RGB pixel control, it delivers vivid colour output for interactive projects.
The breakout supports two interface modes: 8-bit parallel (12 lines total) for fast performance, or SPI (5 pins) for reduced wiring. Both are 3–5V compatible with onboard level shifters. The capacitive touchscreen uses an FT6206 controller over I2C (2 additional pins). In SPI mode, you can also use the MicroSD slot to load and display images.
Key Features
- 2.8" TFT LCD – 240×320 resolution with full RGB pixel control
- Capacitive Touchscreen – FT6206 controller over I2C for responsive finger input
- Dual Interface – 8-bit parallel for speed or SPI for fewer wires
- 3–5V Compatible – Onboard high-speed level shifters for any microcontroller
- MicroSD Card Socket – Load images and data in SPI mode
- Bright Backlight – 4 white LEDs for excellent visibility
- ILI9341 Driver – Built-in RAM buffer with extensive library support
Ideal For
- Arduino and microcontroller display projects
- Touch-based user interfaces and menu systems
- Data dashboards and sensor monitoring
- Image slideshow displays
Package Contents
- 1× 2.8" TFT LCD Capacitive Touchscreen Breakout Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- 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
Displays & Screens
Related Tutorials
Free guides on learn.littlebird.com.au