diff options
author | hesicong <derekhe@april1985.com> | 2015-07-02 08:58:51 +0800 |
---|---|---|
committer | hesicong <derekhe@april1985.com> | 2015-07-02 08:58:51 +0800 |
commit | 5de638e1a1ea7d62089a3386b6bb0b05d1c774df (patch) | |
tree | 4a1976cf532577b64798f28df7dba11e1daf8446 | |
parent | d7c40afa4334c25c967e8a83401ac1a968a0c084 (diff) | |
download | waveshare-7inch-touchscreen-driver-5de638e1a1ea7d62089a3386b6bb0b05d1c774df.tar.xz waveshare-7inch-touchscreen-driver-5de638e1a1ea7d62089a3386b6bb0b05d1c774df.zip |
Update README.md
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -70,4 +70,15 @@ I think this driver can work in any linux system with hidraw and uinput driver s I didn't write any calibration because my touchscreen is working fine. ## Multitouch -Hmmm, I'm lazy, do it yourself.
\ No newline at end of file +Hmmm, I'm lazy, do it yourself. + +## Other displays +I received an email from Adam, this driver may work with another type of screen: + +> Hi there. Wanted to say thank you for writing and sharing the user space driver for 7" USB touchscreen, you have saved me! + +> Mine is branded Eleduino (see here for details: http://www.eleduino.com/5-Inch-HDMI-Input-Touch-Screen-for-Raspberry-PI-2-B-B-and-Banana-pro-pi-p10440.html) and I had exactly the same issue - closed source binary driver which simply replaced kernel modules. + +> Your solution worked out of the box, and didn't even need calibration. + +> You're a hero! |