Looking for an eInk / ePaper display for your Raspberry Pi Pico? Look no further! This nice medium-sized 4.2"black/white eInk/ePaper display from Waveshare is perfect for adding a low-power display to your Pico project.
This display module has been designed specifically for the Raspberry Pi Pico - just push your Pico into the female headers and you're ready to go (Pico with male headers required).
ePaper / eInk displays are designed to replicate the appearance of ink on paper. Unlike regular displays, which loose their image when power is removed, eInk screens are able to hold text and images indefinitely, even without power. ePaper screens are therefore ultra low power, designed to have a wide viewing angle, and additionally have limited reflection under sunlight. The applications are limitless!
The E-Ink display modules from Waveshare come complete with an embedded controller PCB, communicating via SPI interface and supporting partial refresh.
Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.
Accreditations
3.50
Based on 2 reviews
Write Review
Sort
Clear Filters
Order By
Newest First
Oldest First
Most Popular
Highest Rating
Breakdown
0
1
1
0
0
Product Reviews
CN
Verified Customer
Christos N
York, United Kingdom
4.2" E-Paper Display Module for Raspberry Pi Pico (Black/White) (400×300)
The device is great, but the documentation needs improving. There are examples online, but it only covers text & basic use-cases, and not how to render images.
4.2" E-Paper Display Module for Raspberry Pi Pico (Black/White) (400×300)
While this display does what it says, the 4 grey levels limit what greyscale image you can load. Tonal adjustment to the source image may be required to produce an image which is sufficiently dark (examples below). The display is slow to refresh, and the MicroPython software provides no working examples of loading greyscale images. Fast access to the display is also limited, as a bytearray buffer is required, but this is read out in 16-bit integers rather than as bytes in MicroPython. Nevertheless, with a lot of effort I did get images loaded (with the loading program taking minutes to run!).