From 13e21d0a988dcde80b42efe00e98b75429b133e7 Mon Sep 17 00:00:00 2001 From: hesicong Date: Sun, 6 Sep 2015 20:08:35 +0800 Subject: Update README.md Update scripts according to Kaz Fukuoka's email. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.1