Quote:
Originally Posted by j.p.s
Here is what I was able to figure out in 2018, but from wanting to turn page parspective:
https://www.mobileread.com/forums/sh...d.php?t=294071
Basically it involved changing /dev/input/event5 so detecting a page turn would involve detecting particular changes in /dev/input/event5
|
Finally, the GPIO-key events problem is solved by monitoring "/dev/input/event4" in Python, my Tk app can capture the physical button even now.
thanks, J.P.S!!