Updated Home (markdown)

goodtft 2017-02-15 12:12:02 +08:00
parent 8899acd50f
commit cb272d7870

30
Home.md

@ -17,26 +17,32 @@ chmod -R 755 LCD-show
cd LCD-show/ cd LCD-show/
``` ```
***************************************************************************************************************** *****************************************************************************************************************
##Step 3, install LCD driver ##Step 3, According to your LCD's type, excute:
#### the corresponding execution for the use of 2.4” LCD Raspberry Pi: ####In case of 2.8" LCD
sudo ./LCD24-show
#### the corresponding execution for the use of 2.8” LCD Raspberry Pi:
sudo ./LCD28-show sudo ./LCD28-show
#### the corresponding execution for the use of 3.2” LCD Raspberry Pi:
####In case of 3.2" LCD
sudo ./LCD32-show sudo ./LCD32-show
#### the corresponding execution for the use of 3.5” LCD Raspberry Pi:
####In case of 3.5" LCD
sudo ./LCD35-show sudo ./LCD35-show
#### the corresponding execution for the use of 3.97” LCD Raspberry Pi:
####In case of 3.97" LCD
sudo ./LCD397-show sudo ./LCD397-show
#### the corresponding execution for the use of 4.3” LCD Raspberry Pi:
####In case of 4.3" LCD
sudo ./LCD43-show sudo ./LCD43-show
#### the corresponding execution for the use of 5.0” LCD Raspberry Pi:
####In case of 5" LCD
sudo ./LCD5-show sudo ./LCD5-show
#### the corresponding execution for the use of 7.0” LCD version B 800*400:
####In case of 7inch(B)-800X480 RPI LCD
sudo ./LCD7B-show sudo ./LCD7B-show
#### the corresponding execution for the use of 7.0” LCD version C 1024*600:
In case of 7inch(C)-1024X600 RPI LCD
sudo ./LCD7C-show sudo ./LCD7C-show
#### the corresponding execution to switch back to Traditional HDMI display.
####If you need to switch back to the traditional HDMI display
sudo ./LCD-hdmi sudo ./LCD-hdmi
***************************************************************************************************************** *****************************************************************************************************************