Login / Signup
Cart
Your cart is empty
Pico Display 2.8" features a bold, credit-card-sized 320 x 240 pixel LCD display with lush colours and great IPS viewing angles. We've surrounded the display with four tactile buttons and also added an RGB LED for use as an indicator or just for ambient rainbows. There's also a Qw/ST connector so you can connect up breakouts (or other I2C devices) easily using a Qw/ST cable.
Support for this display is baked into our custom build of MicroPython so it's super easy to draw text, shapes and images onto the screen with our homebrew graphics library PicoGraphics. ST7789 displays are widely supported so it should be possible to use it with other Raspberry Pi Pico compatible ecosystems too!
Note: Raspberry Pi Pico is NOT included. You'll need a Pico with male headers soldered to it. You can grab a Pico here and Pico male headers here.
If you are looking for a smaller display pack, click here for the 2" version
Your Pico will need to have pin headers soldered to it (with the pins pointing downwards) to attach to our add-on boards.
The labels on the underside of Pico Display Pack 2.8" will show you which way round to plug it into your Pico - just match up the USB port with the markings on the board.
The easiest way to get started is by downloading and copying our custom MicroPython uf2 to your Pico, it includes all the libraries you'll need to use our add-ons. The beginner-friendly tutorial linked below will show you how to get to grips with pirate-brand MicroPython.
MicroPython code written for the original Display Pack can be easily converted to run on Display Pack 2.8 by changing DISPLAY_PICO_DISPLAY
to DISPLAY_PICO_DISPLAY_2
. Note that the RGB LED is hooked up to different pins on 2.8" (26, 27 and 28) so you may need to adjust for this in your code.
Display Pack 2.8 also works very nicely with CircuitPython and Adafruit's DisplayIO library - look for the Display Pack 2.0 ST7789 example in the library bundle to get started.