diff options
author | hesicong <derekhe@april1985.com> | 2015-07-05 21:38:39 +0800 |
---|---|---|
committer | hesicong <derekhe@april1985.com> | 2015-07-05 21:38:39 +0800 |
commit | 4ee1538146ead04b48bef0e39b7aa5114c1faa2f (patch) | |
tree | 4d4e9b3f791ba806174f4dac4676ca8a34a08127 | |
parent | 528c9768ac2c893371ea0e3eb9c17124aeb5d6ea (diff) | |
download | waveshare-7inch-touchscreen-driver-4ee1538146ead04b48bef0e39b7aa5114c1faa2f.tar.xz waveshare-7inch-touchscreen-driver-4ee1538146ead04b48bef0e39b7aa5114c1faa2f.zip |
Update README.md
-rw-r--r-- | README.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -66,9 +66,6 @@ I use python to read from hidraw driver and then use uinput to emulate the mouse ## Other systems I think this driver can work in any linux system with hidraw and uinput driver support. -## Calibration and Multitouch -Please try this driver and if you need to support multitouch and calibration, please [contact me](derekhe@april1985.com) to get the pro version. - ## Other displays I received an email from Adam, this driver may work with another type of screen: @@ -79,3 +76,17 @@ I received an email from Adam, this driver may work with another type of screen: > Your solution worked out of the box, and didn't even need calibration. > You're a hero! + +# Pro version features +Please try this driver and if you need to support more, please [contact me](derekhe@april1985.com) to get the paid pro version. + +1 More options: + - Set right click duration + +2 Calibration: + - On screen calibration + - Scalable external screen calibration. So you can use touchscreen as a external touch panel + +3 Multitouch: + - Two fingures touch to simulate right click + - Three fingures to scrool |