Login / Signup
Cart
Your cart is empty
A svelte 2.9" (296x128px) mono E Ink® display for Raspberry Pi Pico / Pico W!
Pico Inky Pack features the speedy 2.9" e-paper display that you can find on Badger 2040, coupled with three handy buttons for interfacing. Equip it to the back of your Pico or Pico W to give it a classy, readable display (and +1 to crispness). This screen leaves plenty of pins free on the Pico, so it's ideal for combining with other Packs, sensors or breakouts.
We're super hyped to try this screen with the shiny new Raspberry Pi Pico W and see what we can do with the new wireless connectivity. Can we make it display tweets or news headlines or live bus timetables or traffic updates? Perhaps we can hook it up to our home automation and use it as a little dashboard?
Your Pico will need to have pin headers soldered to it (with the pins pointing downwards) to attach to our add-on boards.
We're big fans of electronic paper - it makes for a lovely, crisp, high-contrast display that's readable even in bright sunlight and it doesn't squirt unnecessary blue light into your environs as LCDs do. It's also ultra-low power (EPD displays only consume power while they're refreshing), and the images on the display stick around for a really long time whilst the display is unpowered.
Using an RP2040 chip means we can drive the hardware in fun, experimental, low-level ways. We've written custom drivers for the EPD display that prioritise low power consumption whilst enabling lightning-fast refresh rates.
A Raspberry Pi Pico / Pico W is not included so make sure to grab one!
Our C++/MicroPython libraries are packed with nifty software tweaks to get the most out of this screen. You'll get best performance using C++, but if you're a beginner we'd recommend using our batteries included MicroPython build for ease of getting started.
To run the wireless examples, you'll need to have network_manager.py
and WIFI_CONFIG.py
saved to your Pico W. Open up WIFI_CONFIG.py
in Thonny to add your wifi details (and save it when you're done).
You'll also need to install the micropython-urllib.urequest
library using Thonny's 'Tools' > 'Manage Packages'.