Skip to content

Comment on I built a picture frame with a greyscale e-paper that runs on battery for yearsparent

Comments

I've built something very similar as well.

For me, I found that the display I'm using works reasonably well for photos, but you need to slightly boost the contrast of the image before updating the display, to compensate for the darkness of the display. If you're using PIL in python, this is just something like "image = PIL.ImageEnhance.Contrast(image).enhance(1.3)"

I do that immediately before dithering into 16-greys, and get entirely acceptable photo displays that way.

I am using simple shell script and imagemagick to convert folder full of images and then randomly rotate the pictures. I tried playing with contrast but after dithering and that did not produce good results.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.