2016-08-31 09:23:17 +02:00
|
|
|
#LCD driver for the Raspberry PI Installation
|
|
|
|
##Update:
|
2016-08-31 09:28:28 +02:00
|
|
|
v1.1-20160815
|
2016-08-31 09:25:23 +02:00
|
|
|
|
2016-08-31 09:23:17 +02:00
|
|
|
##1.)Step1, Install Raspbian official mirror
|
2016-08-31 09:31:09 +02:00
|
|
|
>>####a)Download Raspbian official mirror:
|
|
|
|
>>https://www.raspberrypi.org/downloads/<br>
|
|
|
|
>>####b)Use“SDFormatter.exe”to Format your TF Card<br>
|
|
|
|
>>####c)Use“Win32DiskImager.exe” Burning mirror to TF Card<br>
|
2016-08-31 09:25:23 +02:00
|
|
|
|
2016-08-31 09:23:17 +02:00
|
|
|
##2.) Clone my repo onto your pi
|
2016-08-31 09:28:28 +02:00
|
|
|
```git clone https://github.com/goodtft/LCD-show.git```<br><br>
|
|
|
|
```chmod -R 755 LCD-show```<br><br>
|
2016-08-31 09:27:11 +02:00
|
|
|
```cd LCD-show/```<br>
|
2016-08-15 16:00:20 +02:00
|
|
|
|
2016-08-31 09:23:17 +02:00
|
|
|
##3.)According to your LCD's type, excute:
|
|
|
|
###In case of 2.8" LCD
|
|
|
|
```sudo ./LCD28-show```
|
|
|
|
###In case of 3.2" LCD
|
|
|
|
```sudo ./LCD32-show```
|
|
|
|
###In case of 3.5" LCD
|
|
|
|
```sudo ./LCD35-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```
|
2016-08-31 09:25:23 +02:00
|
|
|
###In case of 7inch(B)-800X480 RPI LCD
|
2016-08-31 09:23:17 +02:00
|
|
|
```sudo ./LCD7B-show```
|
2016-08-31 09:25:23 +02:00
|
|
|
###In case of 7inch(C)-1024X600 RPI LCD
|
2016-08-31 09:23:17 +02:00
|
|
|
```sudo ./LCD7C-show```
|
2016-08-31 09:25:23 +02:00
|
|
|
###If you need to switch back to the traditional HDMI display
|
2016-08-31 09:23:17 +02:00
|
|
|
```sudo ./LCD-hdmi```
|
2016-08-15 15:58:15 +02:00
|
|
|
|
2016-08-31 09:25:23 +02:00
|
|
|
##4.) Wait a few minutes,the system will restart automaticall , enjoy with your LCD.
|
2016-08-15 13:57:13 +02:00
|
|
|
|