aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhesicong <derekhe@april1985.com>2015-09-06 20:08:35 +0800
committerhesicong <derekhe@april1985.com>2015-09-06 20:08:35 +0800
commit13e21d0a988dcde80b42efe00e98b75429b133e7 (patch)
tree3859421a52d187410e41bf633b851e4cba2d123d /README.md
parent4ee1538146ead04b48bef0e39b7aa5114c1faa2f (diff)
downloadwaveshare-7inch-touchscreen-driver-13e21d0a988dcde80b42efe00e98b75429b133e7.tar.xz
waveshare-7inch-touchscreen-driver-13e21d0a988dcde80b42efe00e98b75429b133e7.zip
Update README.md
Update scripts according to Kaz Fukuoka's email.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index cfa1d56..cfcea14 100644
--- a/README.md
+++ b/README.md
@@ -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
```