Update README.md

This commit is contained in:
goodtft 2017-03-15 16:38:39 +08:00 committed by GitHub
parent 1b7ae66e63
commit 7b05f15635

View file

@ -4,14 +4,7 @@ LCD driver for the Raspberry PI Installation<br>
Update: <br><br>
-----------------------------------------------------
v1.2-20170302<br><br>
NOTE:<br>
if you are using the newest Raspbian version:2017-03-02<br>
you need to additional excute this two command bellow after Step1,2,3 excuted,<br>
if not so,the Resistive touch to reverse or cannot be calibrated.<br>
This additional two command bellow just for Raspbian-2017-03-02:<br><br>
```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb```<br>
```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf```<br><br>
Add xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb to support Raspbian-2017-03-02
Update: <br><br>
-----------------------------------------------------
v1.1-20160815<br><br>
@ -50,6 +43,14 @@ In case of 7inch(C)-1024X600 RPI LCD<br><br>
If you need to switch back to the traditional HDMI display<br><br>
```sudo ./LCD-hdmi```<br><br>
4.) Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
======================================================================================
Wait a few minutes,the system will restart automaticall , enjoy with your LCD.<br><br>
NOTE:<br>
if you are using the newest Raspbian version:2017-03-02<br>
you need to additional excute this two command bellow after Step1,2,3 excuted,<br>
if not so,the Resistive touch to reverse or cannot be calibrated.<br>
This additional command bellow is just for Raspbian-2017-03-02:<br><br>
```cd LCD-show/```<br>
```sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb```<br>
```sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf```<br><br>