Adafruit
3.5 TFT 320x480 + Touchscreen Breakout Board w/MicroSD Socket [HXD8357D]
A large 3.5" colour TFT LCD breakout board with a built-in resistive touchscreen and a microSD card socket. The 480×320 pixel display is driven by the HX8357...
Get notified when back in stock
A large 3.5" colour TFT LCD breakout board with a built-in resistive touchscreen and a microSD card socket. The 480×320 pixel display is driven by the HX8357D chipset and features a bright 6-LED white backlight. The breakout board includes 3–5 V level shifters, making it compatible with both 3.3 V and 5 V microcontrollers.
The display supports two interface modes: 8-bit parallel (12 lines total) for maximum speed, or SPI (5 lines) for a simpler wiring setup. The resistive touchscreen requires 2 digital and 2 analogue pins for direct reading, or can be driven via an external touch controller over I2C/SPI (sold separately). In SPI mode, the onboard microSD socket can be used to load and display bitmap images.
Key Features
- 3.5" TFT Display – 480×320 pixels with individual RGB pixel control
- HX8357D Driver – Built-in controller with RAM buffering for minimal MCU overhead
- Dual Interface – 8-bit parallel (fast) or SPI (fewer pins)
- Resistive Touchscreen – Detects X, Y, and pressure (Z)
- MicroSD Card Socket – Load images from a microSD card in SPI mode
- 3–5 V Level Shifting – High-speed level shifters for broad microcontroller compatibility
- Bright Backlight – 6 white LEDs for clear visibility
Ideal For
- Interactive Arduino and microcontroller projects
- Touch-enabled user interfaces
- Image and data display applications
- Projects requiring a large, readable colour screen
Package Contents
- 1× 3.5" TFT LCD Breakout Board with Touchscreen and MicroSD Socket
- 1× Header strip
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.
- 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.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au