I regularly (every year or so) checked out e-ink-displays for the RPi since I had my first one (2014ish). Lately I found that the Pimoroni Inky Impression is a good candidate. It works as a “hat”, so you just plug it onto the Pi and off you go. Also finally a use-case for the Pi. I have two, I used them for some gaming stuff, but ultimately they ended up in the drawer. I got the Pi 4 B, and the older 2.

I ordered which now seems to have been the last one from the UK, which arrived quickly and was about 70€.

The project for the display is showing todays entries from our family-calendar. For that I already made a program in Golang, which grabs the dates from Google and generates an Image that will be sent out to the E-Ink-Display.

We use emojis for categorization, which don’t seem to render with the fogleman/gg library, but for a first version this is sufficient. I really don’t want to do this via headless-browser-screenshot, although it would be easier and more flexible, but not everything has to be web.

I wanted to get started with the Pi today, but I didn’t have a Micro-SD for it, so it will have to wait until next weekend.