|
|
|
|
|
by qrohlf
1181 days ago
|
|
They’ve offered this product in 5.7" and 7.3" sizes for at least a year. I have one in the 5.7" size that I use to show realtime BART departures for the station near my house. It's useful but the 30sec refresh time means I'm limited to showing arrivals in wall-clock times (i.e. "5:38pm") rather than the more useful relative time format ("11 minutes from now"). If I was going to upgrade, I would probably ditch the color support, use a Banana Pi Pico for the controller (cheaper, has USB-C instead of MicroUSB) and go with a higher resolution monochrome display with a 1sec refresh, like this one: https://www.waveshare.com/6inch-hd-e-paper-hat.htm |
|
But with some waveform hacking (courtesy of the seller, “GoodDisplay”) and some creative use of the controller chip interface spec which differed slightly from the display interface spec…
I’ve managed to get rapid, partial black and white updates working. So you can create a ‘background’ out of three colours, then so long as you update rectangles that only contain black/white pixels, you can do a sub-second update.
Mine is a display that sits inside a PC, it shows the time, CPU and GPU temperatures, updated once a minute, and has a black/red fractal pattern that only updates on a full refresh which I scheduled for every 15 minutes.
Something similar may work with yours?