|
|
|
|
|
by mewse
2018 days ago
|
|
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. |
|