pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
575 stars 121 forks source link

Feature request: faster monochrome updates on Inky Impression #155

Closed joel0 closed 1 year ago

joel0 commented 1 year ago

Would it be possible to do less comprehensive display refreshing to display black & white while skipping all other 5 colors?

My use case updates the display every 5 minutes and only needs color on rare occasions. I use a large font for viewing from a distance, so I wouldn't even mind if it leads to some visible artifacts.

I'm not sure whether this is technically possible with the Impression hardware, but seeing how many other e-ink products on the market have options to tradeoff speed for quality, I figured it's worth asking at least.

helgibbons commented 1 year ago

We've not found a way to do this with the seven colour displays I'm afraid - as I understand it the screen driver chip on these displays mandates a full clear cycle every time so we're not able to modify the refresh behaviour.

joel0 commented 1 year ago

Thank you for taking the time to answer my question. :)