Adafruit
2.8 TFT LCD with Touchscreen Breakout Board w/MicroSD Socket [ILI9341]
The 2.8" TFT LCD Breakout Board features a bright, full-colour display with a resistive touchscreen and an onboard MicroSD card socket. With 240×320 resoluti...
Get notified when back in stock
The 2.8" TFT LCD Breakout Board features a bright, full-colour display with a resistive 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 resistive touchscreen requires 4 pins (2 digital, 2 analogue) or can be used with an optional STMPE610 touch controller over I2C/SPI. 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
- Resistive Touchscreen – Detects X, Y, and pressure (Z) for precise 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 Resistive Touchscreen Breakout Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny 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 single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- 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
adafruit 2 8 and 3 2 color tft touchscreen breakout v2
Document · 8.4 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au