Quote:
Originally Posted by NiLuJe
@frostschutz: I was vaguely wondering if we could somewhat get rid of the delay= shenanigans by plotting a pixel (say, the last one on the bottom right) in a specific sentinel color (say, 0xEE), then checking regularly if it hadn't been cleared to white (as the very bottom-right corner pixel ought to be white pretty much everywhere except the USB screen), which would indicate that the page has been redrawn...
|
That would only work after a full screen refresh though no?
IE: I have mine set to only refresh after X number of pages (say 10). With this method, pages 1-9 the pixel would still be set.
What we really need is a way to
1) check if currently reading a book (probably could get this from the events but would need to watch the sqlite db then)
2) monitor for frame buffer calls...
If both of those were true, the clock would need to be redrawn.
This is an off the wall question I know but has anyone looked into using the actual Kobo plugins to extend functionality??
Ran across an older github example that shows doing things like hiding the footer, etc utilizing that.