Quote:
Originally Posted by inuxy
Okay final question. If I were to do this through a linux computer (or mcu) is there a command reference for different events (swipe left, swipe right, etc)
|
No manual as such, but I did document how to read gesture engine events from the Xorg log awhile back. I will see if I can find it... Found it:
https://www.mobileread.com/forums/sho....php?p=1932094
Also, you can read the touchscreen linux event device and process its raw binary data directly. There is an example of that in the "geekmaster signature capture script" here:
https://www.mobileread.com/forums/sho...d.php?t=178356
Of course, the GPL source code for the K5 is the best source of information. You can download that for free from the links in the "source code" sticky thread.
That is about all the relevant information that I am aware of at this time...