Little Bird
Pico Display Pack 2.0
The Pico Display Pack 2.0 is a 2.0" IPS LCD add-on that attaches to the back of your Raspberry Pi Pico. With an 18-bit capable 320×240 pixel display, four ta...
Get notified when back in stock
The Pico Display Pack 2.0 is a 2.0" IPS LCD add-on that attaches to the back of your Raspberry Pi Pico. With an 18-bit capable 320×240 pixel display, four tactile buttons, and an RGB LED, it turns your Pico into a compact user interface device for readouts, menus, notifications, or generative art.
Pre-soldered female headers mean no soldering is required — just plug your Pico in (with pins pointing downward) and start coding. Supports MicroPython, C/C++, and CircuitPython with ready-made libraries.
Key Features
- 2.0" IPS LCD – 320×240 pixels, ~220 PPI, 65K colours, wide viewing angles
- Four Tactile Buttons – For user input, menu navigation, and controls
- RGB LED – Programmable indicator light
- Pre-Soldered Headers – No soldering required (Pico needs header pins attached)
- Multi-Language Support – MicroPython, C/C++, and CircuitPython libraries available
- Fully Assembled – Ready to use out of the box
Specifications
- Display – 2.0" IPS LCD, 320×240, ST7789 driver
- Screen Area – 40.8 × 30.6 mm
- Dimensions – 56 × 35 × 11 mm
- Compatibility – Raspberry Pi Pico / Pico W
Ideal For
- Sensor readout dashboards and status displays
- Interactive menu systems and UI devices
- Generative art and graphics projects
- Standalone Pico display projects
Package Contents
- 1× Pico Display Pack 2.0
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- 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.
- 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.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- 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.
- ST7789
- A display controller chip commonly used to drive small colour TFT screens. If a board uses an ST7789, your software needs a compatible display library or driver to draw text, graphics and images correctly.
Find this product in
Brands
Displays & Screens
pico datasheet
Datasheet · 16.6 MB · Click any page to view full size
circuitpython display support using displayio
Circuit Diagram · 3.3 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more