Earlier quoted context omitted.
For sure, my biggest question is if there are even any theoretical ideas about how to achieve it. Color is currently dark and so faded-looking, and even the "whites" are so muddy gray, because of the color filter technology. You can improve the number of intermediate color levels and improve the refresh rate, but the contrast and darkness is just an inherent limitation of putting color filters on top of what is other…
There are multi-pigment color e-ink displays that don't use a filter array. E-Ink's ACeP range uses four pigments (CMY+white). The white pigments are reflective, the others are transparent, and you basically sort of sort/stack them with different drive voltages, combining different pigments above white while leaving others below the white layer. I think OP is dissatisfied even with greyscale e-ink panels, though.
A WiFi color eInk picture frame
41–50 of 89 posts
Re: A WiFi color eInk picture frame
#42Wow! There's a dynamite product in here that pairs a daily nagging app and one of these displays so that people are reminded to take a new picture, ever day, and have it show up on someone's (or all subscribed) photo frame. I'm thinking, like, "take a photo of the kids so it will show up on Grandma's frame" kind of functionality. Though, obviously, it would also be used for porn, so there's a market there, too. Anywa…
We don't have anything to nag us, but the grandparents and aunts and uncles all have Nixplay[0] frames that we regularly update with photos of the kids. [0] https://www.nixplay.com/
Re: A WiFi color eInk picture frame
#43I've written a Python program that anecdotally fixes the bias caused by the display for blues and greens, and dithers using an Atkinson dither. The code is based on some older Java implementation I wrote, but if you are considering a port to C this is more succinct (entry point diffuse_image()):
https://github.com/KodeMunkie/inky-impression-slideshow/blob...
The fix is to define the ink's blue as a slightly different hue than the device specifications, which tends to over emphasise it - improving it - when it comes to shades like sky blue (which the display can't achieve). So instead of (perhaps) being quantised to green, which is closer colour match for the actual real hue, more blue is shown instead. Whilst this is incorrect for photographic colour accuracy, if you don't know what the original photo looks like it appears to be correct and better than the colour that is typically chosen (green).
Re: A WiFi color eInk picture frame
#44Don't see the advantage of eInk for a digital photo frame. Presumably these stay in one spot and can be left plugged in? Would think that a bright LED display would give much better picture quality.
You'd be right about the superior picture quality, though, but as the common use would be family photos that you see in passing to make you smile and may be quick snaps, the quality of e-ink is likely to be enough when it's a quick photo of your loved ones.
Re: A WiFi color eInk picture frame
#45Wow! There's a dynamite product in here that pairs a daily nagging app and one of these displays so that people are reminded to take a new picture, ever day, and have it show up on someone's (or all subscribed) photo frame. I'm thinking, like, "take a photo of the kids so it will show up on Grandma's frame" kind of functionality. Though, obviously, it would also be used for porn, so there's a market there, too. Anywa…
We don't have anything to nag us, but the grandparents and aunts and uncles all have Nixplay[0] frames that we regularly update with photos of the kids. [0] https://www.nixplay.com/
Re: A WiFi color eInk picture frame
#46Hi Thomas - Really cool project and website. Just wanted to give you an unsolicited pat on the back to keep doing amazing things!!
Re: A WiFi color eInk picture frame
#47This is the same e-ink device I believe that's in the Pimoroni Inky Impression. I've written a Python program that anecdotally fixes the bias caused by the display for blues and greens, and dithers using an Atkinson dither. The code is based on some older Java implementation I wrote, but if you are considering a port to C this is more succinct (entry point diffuse_image()): https://github.com/KodeMunkie/inky-impressi…
Sierra dithering is a nice compromise between Atkinson and basic Floyd-Steinberg.
Re: A WiFi color eInk picture frame
#48Wow! There's a dynamite product in here that pairs a daily nagging app and one of these displays so that people are reminded to take a new picture, ever day, and have it show up on someone's (or all subscribed) photo frame. I'm thinking, like, "take a photo of the kids so it will show up on Grandma's frame" kind of functionality. Though, obviously, it would also be used for porn, so there's a market there, too. Anywa…
This display offers a simple API to build applications for it: https://shop.invisible-computers.com/products/invisible-cale... https://github.com/Invisible-Computers/image-gallery/blob/ma... It's black-and-white, but dithering allows to show surprising detail and it brings its very own old-school aesthetic. The API doesn't require any special knowledge about e-paper displays, it just expects an image URL in the corre…
Re: A WiFi color eInk picture frame
#49This is the same e-ink device I believe that's in the Pimoroni Inky Impression. I've written a Python program that anecdotally fixes the bias caused by the display for blues and greens, and dithers using an Atkinson dither. The code is based on some older Java implementation I wrote, but if you are considering a port to C this is more succinct (entry point diffuse_image()): https://github.com/KodeMunkie/inky-impressi…
and a bit of discussion early on about the colour issues: https://github.com/pimoroni/inky/issues/115
Re: A WiFi color eInk picture frame
#50Or you can buy Soldered's: https://soldered.com/product/inkplate-6color-with-enclosure-...
Or this one, which has less of a hacker aesthetic. https://shop.invisible-computers.com/products/invisible-cale... It also comes with software out of the box