Adafruit
4.58-inch 320x960 RGB TTL TFT Display - No Touchscreen
· MPN: ADA5805
This long rectangular TFT module is made for advanced display projects that need a wide bar-style screen with lots of pixels. The 4.58-inch IPS panel has a 3...
Get notified when back in stock
This long rectangular TFT module is made for advanced display projects that need a wide bar-style screen with lots of pixels. The 4.58-inch IPS panel has a 320x960 resolution with 16-bit full-colour pixels, giving it a crisp, bright look for custom dashboards, status bars, instruments and other unusual interfaces.
This version does not include a touchscreen. It uses an ST7701S TFT driver with SPI used only for display configuration, while pixel data is sent over TTL RGB “dot clock” signals. You cannot draw pixels to this display over SPI.
You will need hardware that specifically supports TTL RGB / RGB-666 display driving, such as a powerful microcontroller like an ESP32-S3 with octal PSRAM, or a computer such as a Raspberry Pi using direct DPI or an intermediary chip like the ICN6211. It is not suitable for wiring directly to a typical Feather or Arduino.
This is the display module only, with no PCB included. The 40-pin connector does not match the pinout of standard rectangular 800x480 or 480x272 TFT displays, so confirm your driver board and pinout before use.
Specifications:
- Display size: 4.58"
- Resolution: 320x960 pixels
- Colour depth: 16-bit full-colour pixels
- Panel type: IPS display
- Viewing angle: up to 80 degrees off-axis in any direction
- Touchscreen: No touchscreen
- TFT driver: ST7701S
- Display interface: SPI and TTL RGB 'dot clock' data
- SPI function: Only for configuring the display - you cannot draw pixels over SPI
- Connector: 40-pin connector
- Connector compatibility: Does not have the same pinout as standard 'rectangular' 800x480 (4.3", 5" or 7") or 480x272 (4.3") displays
- Required display support: RGB-666 displays
- Example compatible microcontroller class: ESP32-S3 with octal PSRAM
- Example compatible computer: Raspberry Pi with either direct-DPI connection or an intermediary chip like the ICN6211
- Internal memory setup: 400x960
- Overscan: Leftmost 80 pixels are considered overscan and don't show up
- Included hardware: Display module only
- PCB included: No PCB is included
- Technical details: Display Init Code Listing
- Technical details: Display Spec Sheet
- Technical details: ST7701 Datasheet
- Technical details: Timing Diagram
Best suited to experienced makers and product developers who already have a suitable RGB-666 display driver platform, such as the Adafruit Qualia ESP32-S3 for TTL RGB-666 Display.
Jargon buster
Plain-language definitions for the technical terms used above.
- Colour depth
- Colour depth describes how many different colours a display can show. A 65K-colour display can show about 65,000 colours, which is useful for icons, graphs, and simple full-colour interfaces but is less detailed than modern phone or computer screens.
- 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.
- IPS
- IPS is a type of LCD panel that keeps colours and contrast more consistent when viewed from an angle. This matters for small displays that may be mounted in a dashboard, handheld project, or enclosure where the viewer is not always looking straight on.
- 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.
- octal PSRAM
- Octal PSRAM is external pseudo-static RAM that uses an eight-line data interface for higher bandwidth than simpler single- or quad-line connections. It provides extra working memory for tasks that exceed a microcontroller's built-in RAM, such as large frame buffers, camera or image data, audio, or sizeable data sets.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- 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.
- RGB-666
- A parallel display colour interface that sends 6 bits each for red, green and blue, using many pins to stream pixel data to a screen. It matters because RGB-666 panels need a driver board with the right connector, timing signals, and software setup, rather than the simpler wiring used by small SPI displays.
- 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
Display Spec Sheet
Datasheet · 907.2 KB · Click any page to view full size
ST7701 Controller Datasheet
Datasheet · 5.2 MB · Click any page to view full size
Supplier page — adafruit.com
Supplier Description · 1.1 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more