From b480c7b736f9832d348c0c45808b28dfd6faf2e2 Mon Sep 17 00:00:00 2001 From: goodtft Date: Wed, 28 Mar 2018 11:20:23 +0800 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9460130..968ce65 100644 --- a/README.md +++ b/README.md @@ -37,42 +37,33 @@ And Ensure that the raspberry pi is connected to the Internet before executing t 3.)Step3, According to your LCD's type, excute: ==================================================== -In case of 2.8" LCD(MPI2801)
+In case of 2.4" RPi Display(MPI2401)
+ ```sudo ./LCD24-show```

+In case of 2.8" RPi Display(MPI2801)
```sudo ./LCD28-show```

-In case of 3.2" LCD(MPI3201)
+In case of 3.2" RPi Display(MPI3201)
```sudo ./LCD32-show```

In case of 3.5inch RPi Display(MPI3501)
```sudo ./LCD35-show```

In case of 3.5" HDMI Display-B(MPI3508)
- ```sudo ./MPI3508_480_320-show```
- or
- ```sudo ./MPI3508_600_400-show```
- or
- ```sudo ./MPI3508_720_480-show```
- or
- ```sudo ./MPI3508_810_540-show```
- or
- ```sudo ./MPI3508_960_640-show```

-In case of 5inch HDMI Display-Rtouch(MPI5002)
+ ```sudo ./MPI3508-show```

+In case of 4.0" HDMI Display(MPI4008)
+ ```sudo ./MPI4008-show```

+In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):
+ ```sudo ./MPI5001-show```

+In case of 5inch HDMI Display(Resistance touch)(MPI5008)
```sudo ./LCD5-show```

In case of 7inch HDMI Display-B-800X480(MPI7001)
```sudo ./LCD7B-show```

In case of 7inch HDMI Display-C-1024X600(MPI7002)
```sudo ./LCD7C-show```


- -In case of 3.5" DPI Display-MPI3510
- ```sudo ./MPI3510-show```
-In case of 3.97" LCD
- ```sudo ./LCD397-show```
-In case of 4.3" LCD
- ```sudo ./LCD43-show```
If you need to switch back to the traditional HDMI display
```sudo ./LCD-hdmi```
Wait a few minutes,the system will restart automaticall , enjoy with your LCD. ------------------------------------------------------------------------------- The LCD-show.tar.gz also can be download from: -http://www.hellolcd.com/wiki/LCD-show +http://www.hellolcd.com/download/LCD-show.tar.gz