Why a raspberry pi 3?
A pi 4 would be better, but a 3 is what I had available.
Why this display? Is not 256x48 a very low resolution?
I'm only using this display because it looks beautiful. But being honest, If I really needed a better resolution, I would use my laptop. I do hope that I can use my phone as a remote display, but with this project I'm trying to be an artist and a (kernel) hacker more than a user.
Which keyboard is this?
I got is on Ali, it's simply referred to as K68 and it is not backlit.
RobsonCouto













The hardware seems to be correctly positioned and dimensioned, and that is a relief. This is my second time designing something in 3d, so that is why I'm taking this design-print-test approach.

Michael Gardi
someghostdude
M.daSilva
Leonard
For anyone looking for code to interact with this display, I (and ehum, chatGPT) wrote a few tools in Python for it: https://gitlab.com/johsoderi/05p-core_vfd
There's a framebuffer component that listens for pixel data on /tmp/vfd.fb, and there's a bunch of scripts that write to that file, like draw text, draw bitmap, pipe video from ffmpeg, etc.