🌊 Slight dispatch delays possible as we catch up with sale orders, please bear with us 🐨
🌊 Slight dispatch delays possible as we catch up with sale orders, please bear with us 🐨

Pico Display Pack

by Pimoroni

A vibrant 1.14" IPS LCD screen for your Raspberry Pi Pico, with four useful buttons and a RGB LED!

We've sourced a new LCD screen especially for our Pico Display Pack - it's a lovely, bright 18-bit capable 240x135 pixel IPS display and fits the Pico perfectly. We've surrounded it with four tactile buttons so you can easily interface your Pico with your human fingers and an RGB LED that you can use as an indicator, for notifications or just for adding extra rainbows.

Pico Display lets you turn a Pico into a compact user interface device for a bigger project, capable of giving instructions, displaying readouts and even incorporating elaborate nested menus. If you'd rather use your Pico as a standalone device you could make a little rotating slideshow of images, display beautiful graphs from sensor data or build your own Tamagotchi or matchbox sized text adventure game.

A Raspberry Pi Pico is not included - you can buy one here!

Your Pico will need to have male headers soldered to it (with the pins pointing downwards) to attach to our add-on boards.

Features

  • 1.14” 240x135 pixel IPS LCD screen
  • 4 x tactile buttons
  • RGB LED
  • Pre-soldered female headers for attaching to Pico
  • Compatible with Raspberry Pi Pico/Pico W.
  • Fully assembled
  • No soldering required (as long as your Pico has header pins attached).
  • Dimensions: approx 53mm x 25mm x 9mm (L x W x H) (dimensional drawing)
  • Screen usable area: approx 25mm x 15mm (L x W)
  • Schematic
  • C/C++ and MicroPython libraries

Getting started

The labels on the underside of Pico Display 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.

Pico Display also works very nicely with CircuitPython and Adafruit's DisplayIO library - look for the Display Pack ST7789 example in the library bundle to get started!

Pinout

Pico Display Pack communicates with the LCD display via SPI on pins LCD_CS, LCD_DC, LCD_SCLK, and LCD_MOSI. We also PWM the BL_EN pin (with gamma correction) for full, linear, backlight control. LCD_RESET is tied to the RUN pin on Pico so the LCD will be fully reset whenever Pico is.

The four switches are wired up as SW_A, SW_B, SW_X, and SW_Y.

There is also an onboard RGB LED (ideal to use an activity indicator!) which is also PWMed (with gamma correction) on pins LED_R, LED_G, and LED_B. If you want to use the LED pins for something else there are three cuttable traces on the underside of the board.

Power is supplied through 3V3 meaning that you can use Pico Display Pack both on USB power and from external supplies (from 1.8V to 5.5V) making it ideal for battery powered projects.

Pinout diagram for Pico Display

About Raspberry Pi Pico

Raspberry Pi Pico is a flexible, low cost microcontroller development board from the folks at Raspberry Pi, based on their very own chip - the RP2040. It's easily programmable over USB with C/C++ or MicroPython, and ideal for using in all sorts of physical computing projects, devices and inventions - we're so excited to see what you make with it!

We've called our Pico-sized add-ons packs, as they're designed to attach to the back of your Pico as if it were wearing a very stylish back pack (or a miniature jet pack, if you prefer). We've also got Pico bases (larger add-on boards with a space to mount your Pico on top) and some other boards that let you do interesting hackerly things like using multiple packs at once - click here to view them all!

32 customer reviews

a year ago
A really neat and easy to use sensor package. Shouldnt take more than an hour to familiarise yourself with it as the library for it is pretty robust and easy to use. Added it to a project of mine (circuit python) and it works just as expected. I really like it!
by Sony about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
2 years ago
A great little sensor that is almost 'plug and play'. Just plug it into a board like the Pico Breakout Garden and download the example program to get it going. You really don't need to do much yourself. That said, more accessible, improved documentation, detailing the methods used to set up the device and access data would help deepen understanding of the device and how to develop and modify applications using it.
by Robert about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
2 years ago
Useful sensor with a choice of connectors for soldering. Worked seamlessly with a Pico W. Found the literature and information on the Pimoroni website somewhat arcane and less than straightforward to access, but plenty of help available on YouTube
by Robert about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
2 years ago
Bought the BME280 breakout as a replacement for the BME280 sensor on an Enviro+ board that had gone awry. After checking with the excellent Pimoroni forum for help, I soldered the board to the GPIO header on the Enviro+ with the supplied header pins. I made use of the address selection trace on the back BME280 breakout board. All now works and is up and running the Luftdaten python script with a small change to the code to allow for the address change to 0x77. Great service from Pimoroni, ordered on Tuesday and arrived on Thursday.
by Mike about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
3 years ago
Instructions on how to use it and set up are good. Got it all working without hassle and used it as a project to team my kids to solder, which went well. Readings seem to be accurate and correspond with other local weather stations in the year.
by John about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
4 years ago
These sensors work as they should, I couldn't find how to access specific addresses using the pimoroni python library examples but a search led me to install the RPi.bme280 libràry (sudo pip install RPi.bme280) and I was able to read from two dme280 sensors connected in parallel using addresses 0x76 and 0x77.
by Anonymous about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io
4 years ago
Handy little sensor.. I am using this to provide a data feed to the magic mirror smart dashboard I have at home to keep an eye on indoor conditions. Fantastic. Try to keep the unit few cms away from the pi..it is quite sensitive to any heat.
by Badrinath about BME280 Breakout - Temperature, Pressure, Humidity Sensor via REVIEWS.io

User photos