diff options
author | hesicong <derekhe@april1985.com> | 2015-09-06 20:08:35 +0800 |
---|---|---|
committer | hesicong <derekhe@april1985.com> | 2015-09-06 20:08:35 +0800 |
commit | 13e21d0a988dcde80b42efe00e98b75429b133e7 (patch) | |
tree | 3859421a52d187410e41bf633b851e4cba2d123d | |
parent | 4ee1538146ead04b48bef0e39b7aa5114c1faa2f (diff) | |
download | waveshare-7inch-touchscreen-driver-13e21d0a988dcde80b42efe00e98b75429b133e7.tar.xz waveshare-7inch-touchscreen-driver-13e21d0a988dcde80b42efe00e98b75429b133e7.zip |
Update README.md
Update scripts according to Kaz Fukuoka's email.
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -8,15 +8,19 @@ OK. If they company won't want to provide anything, that's fine. I finally find Tested using official image: 2015-05-05-raspbian-wheezy.img -# Install -ssh into your raspiberry +This is what my hack does. +- Make 7-inch display working. +- Make touch panel working. -clone this repo into any dir,then +# Install (Thanks Kaz Fukuoka to fix this guide) +ssh into your raspiberry ``` +git clone https://github.com/derekhe/wavesahre-7inch-touchscreen-driver +cd wavesahre-7inch-touchscreen-driver chmod +x install.sh -./install.sh - +sudo apt-get update +sudo ./install.sh sudo restart ``` |