Hi,
I’m enjoying my new Inky Impression 4". But one thing I’m not clear about is why exactly ‘clearing’ (or ‘cleaning’) an Inky display matters.
This video says it’s good practice to do it, and I’ve noticed both a clear.py and clean.py in the official examples.
Is it simply to reduce/remove ghosting ahead of the next image rendered? Much like how a Kindle/Kobo will occasionally refresh itself to ‘clean’ the text. Or does it help prevent long-term ghosting, or somehow else help with longevity?
I’m making a visual clock that shows a different image every hour (or few hours) based on a CRON job. Both clear.py and clean.py take over a minute to run on my setup, so I’d ideally not do this every hour.
My clock only runs during waking hours (5am–8pm), so I suppose I could just run the clear.py once before bedtime. I just don’t know if that’s going to lessen the lifetime of my display.