FrameOS
Devices

Pimoroni Inky pHAT 2.13" black/white/red

212×104 black/white/red e-ink HAT for FrameOS - specs, setup and driver details.

Official Pimoroni store

Official store page for this device.

Buy from Pimoroni
Vendor
Pimoroni
Model
Inky pHAT 2.13" black/white/red
Technology
E-ink
Colors
Black / White / Red
Resolution
212×104 px
Size
2.13″ diagonal
Interface
SPI HAT
Platforms
Raspberry Pi
Status
🟡 Should work
FrameOS driver
pimoroni.inky_phat_red

Part of the FrameOS device database. Spotted an error, or tested this panel? Edit this page on GitHub - it's a markdown file.

The Pimoroni Inky pHAT 2.13" black/white/red is a 2.13″ e-ink panel with a resolution of 212×104 pixels showing black, white and red. Panels with an accent ink run a multi-pass refresh that takes roughly 15-30 seconds, so they suit art, calendars and dashboards that update every few minutes rather than every second. Pimoroni's boards are the easiest e-ink hardware to start with: panel and driver electronics come as one unit that plugs straight onto the Pi's GPIO header - no soldering, no separate driver board.

How it works

FrameOS ships a native Nim driver (pimoroni.inky_phat_red) compiled straight into the binary that runs on your Raspberry Pi - no Python, no vendor libraries. Each render pass draws your scene into a full-color image, dithers it to the panel's palette, and pushes the result to the display over SPI.

Setup

  1. Plug the board onto the Pi's GPIO header.
  2. Add a frame in the FrameOS backend and select the Pimoroni Inky pHAT - 2.13" black/white/red driver.
  3. Save & deploy. The panel blinks through a refresh cycle and shows your scene.

Status

🟡 Should work, not yet confirmed on real hardware. The driver shares its controller logic with panels that are confirmed working. If you have this display, tell us on GitHub or Discord and we'll mark it confirmed.

On this page