Instagram filter used: Lo-fi
Blog
-
two-colour EPD displays are so pretty …

rotating tile pattern on Pimoroni Inky pHAT EPD display This is a 600 dpi scan of a Pimoroni Inky pHAT EPD display. EPDs — electrophoretic displays, aka ‘e-ink’ or ‘e-paper’ — retain their image when turned off, so this Raspberry Pi had no power when I scanned it.
The image I made to fit the display is really small —
It’s a bit of a process making the images with just the right palette in GIMP, but I’m pleased how it turned out. I’d like to be able to write the vector images directly to the screen from SVG, but that might take some time.Tiling based on plate 43, “a rotating motif …â€, Wilson, Eva. Islamic designs for artists and craftspeople. New York: Dover Publications, 1988. ISBN: 978-0-486-25819-5 -

Keep the Morphy Richards flying
(All explained somewhat better here: Maker Festival Projects: Flying Toaster LED Panel – Elmwood Electronics)
You may just see this running at Elmwood Electronics‘ stand at the Maker Extravaganza this weekend. Built from:
- RGB Matrix Backpack
- 32 x 32 square RGB LED matrix panel
- a decent power supply like this 5 V 2 A one.
(If you’re programming this through a USB 3 port, you might be surprised to see the panel running happily from USB power alone. This is not recommended.)
Code: Toaster32x32-170705a.zip

Instagram filter used: Lo-fi
-
Easy Raspberry Pi framebuffer screenshots with raspi2png
I gave a talk about retro-gaming on the Raspberry Pi yesterday. I was describing RetroPie, and I really needed lots of screenshots to illustrate games. I’m used to grabbing screens under X, but RetroPie runs without it, so all my usual tools were of no use.
I’d just found out about raspi2png, and it works really well! Usage is simple: just call it likeraspi2png -p outfile.png
and it’ll save whatever’s on the screen. It doesn’t play well with X, but there are already tools to take screenshots with that. As I was playing games, I didn’t want to have to pause the computer to take a shot, so I ran the command every five seconds for 30*5 seconds like this:
for f in {1..30}; do raspi2png -p retro_$(date -Iseconds).png; sleep 5; doneHere are some quality shots via raspi2png from Deathchase, officially the best ZX Spectrum game ever:
The best words ever to appear on a computer screen Baddies off in the distance I appear to be shooting small jellyfish, or lumps of ice cream Ooh, night patrol … splatoo! menaced by trees red sky means level up kablooie and missing tree tops new level, new sky color narrowly missing trees

























































