Hello everyone,
I wanted to share another mod that I've been working on and just finalized. I tried out a Kindle for a bit and I found that I really liked the "page animations" as it's a really nice touch that also makes it unambiguously clear which page turn you just did (forward or back?) by just looking at the page turn direction.
I missed it on my Kobo, so I did a deep dive on how screen refreshes and such work, and was able to get animated page turns working on the latest models, meaning: Kobo Libra Colour, Kobo Clara Colour, Kobo Clara BW on the 4.x firmware.
Turns out the animation on Kindle is nothing more than a fancy staggered "sweep" of the screen, a special kind of screen refresh. While it's likely it's baked into the hardware, I was able to replicate it on Kobo in software and I think it turned out pretty nice!
Unlike my other mods, this one actually also gets a toggle in the built-in settings menu. So if you go to Reading settings you can find an easy toggle to turn the animations on or off. Uninstalling is also super easy.
You can find the mod here:
https://github.com/nicoverbruggen/NickelDissolve
Note: If you have an older device, your device revision
may be supported if you have a Libra 2 or Clara 2E, but some older board revisions unfortunately don't work and use a lower quality screen refresh, which results in aliased/unclear text. I really tried to get more devices supported, but unfortunately it's a little hit and miss.
I hope you all find it cool, and enjoy!