Show HN: I added a photo gallery to my e-paper smart display

1 points by konschubert ↗ HN
I keep iterating on my e-paper smart display. It's still a side project I am working on after work. I think it has come a long way since I first posted about the idea here on HN - and I plan to keep going with it!

My newest addition is a photo gallery app for the display!

https://shop.invisible-computers.com/pages/photo-gallery

Users can upload pictures from their smartphone and show them in random rotation! The photos are converted to black and white, using dithering to achieve the illusion of grayscales.

2 comments

[ 1.9 ms ] story [ 15.8 ms ] thread
Do you have any source code available?

I've been thinking of adding remote upload to my inky-impression fork https://github.com/KodeMunkie/inky-impression-slideshow

Performance isn't great being Python on a Pi, but would be a heck of a lot quicker if the dither had an option of being JS and client side instead of Python. It could then store the data in a bit bang/raw RGB format suitable for just dumping to the display via Python.