From 769bd21c2c100337e7b4d1664a7f5f14a35ee9b7 Mon Sep 17 00:00:00 2001 From: goodtft Date: Thu, 22 Mar 2018 10:26:17 +0800 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 985010d..2af0917 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ LCD driver for the Raspberry PI Installation
==================================================== -2017-08-16 +v1.7-20180320
+Update to support Raspbian Version:March 2018(Release date:2018-03-13) Update:
v1.6-20170824
Update xserver to support Raspbian-2017-08-16

@@ -36,13 +37,13 @@ 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
+In case of 2.8" LCD(MPI2801)
```sudo ./LCD28-show```

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

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

-In case of 3.5" HDMI Display-MPI3508
+In case of 3.5" HDMI Display-B(MPI3508)
```sudo ./MPI3508_480_320-show```
or
```sudo ./MPI3508_600_400-show```
@@ -52,19 +53,19 @@ In case of 3.5" HDMI Display-MPI3508
```sudo ./MPI3508_810_540-show```
or
```sudo ./MPI3508_960_640-show```

-In case of 3.5" DPI Display-MPI3510
- ```sudo ./MPI3510-show```

+In case of 5inch HDMI Display-Rtouch(MPI5002)
+ ```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```

-In case of 5" LCD
- ```sudo ./LCD5-show```

-In case of 7inch(B)-800X480 RPI LCD
- ```sudo ./LCD7B-show```

-In case of 7inch(C)-1024X600 RPI LCD
- ```sudo ./LCD7C-show```

If you need to switch back to the traditional HDMI display
```sudo ./LCD-hdmi```