Difference between revisions of "How to install the LCD driver"

From LCD wiki
Jump to: navigation, search
(Step 2, obtain the LCD driver)
 
(25 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
  
== <font color="blue">'''Raspberry Pi LCD Driver installation instruction (method1: online installation)'''</font>  ==
+
== <font color="blue">'''<big>Raspberry Pi LCD Driver installation instruction (method 1: online installation)</big>'''</font>  ==
<font color=red>This manual is applicable to all series of Raspberry Pi LCD, Raspberry Pi board should be connected to Internet during the installation.                  </font>                                                                 
+
<font color="red">This manual is applicable to all series of Raspberry Pi LCD, Raspberry Pi board should be connected to Internet during the installation.                  </font>
==  <font color="deepskyblue">Step 1, Install Raspbian official image  </font>                  ==   
 
1) Download the latest Raspbian Image from the official website: https://www.raspberrypi.org/downloads/
 
2) Format TF card by SDFormatter
 
3) Burn the official image into TF card by using Win32DiskImager                      <br>
 
  
==  <font color="deepskyblue">步骤2, 获取LCD驱动    </font>    ==
+
==  <font color="deepskyblue">Step 1, Install Raspbian official image  </font>                  ==
登陆树莓派系统到用户命令行(初始用户名: pi 密码: raspberry),
+
1) Download the latest Raspbian Image from the official website: https://www.raspberrypi.org/downloads/                      <br>
'''GitHub'''获取最新驱动(树莓派需连接互联网)
+
2) Format Micro SD card by SDFormatter                                                      <br>
 +
3) Burn the official image into Micro SD car by using Win32DiskImager                      <br>
 +
 
 +
==  <font color="deepskyblue">Step 2, obtain the LCD driver                          </font>    ==
 +
Log onto the Raspberry Pi users system to command line (The initial user name: pi Password: raspberry)
 +
Get the newest driver from''' GitHub''' (Raspberry Pi LCD should be connected to internet)
 
{{code|
 
{{code|
 +
sudo rm -rf LCD-show
 
git clone https://github.com/goodtft/LCD-show.git
 
git clone https://github.com/goodtft/LCD-show.git
 
chmod -R 755 LCD-show
 
chmod -R 755 LCD-show
 
cd LCD-show/                                      }}
 
cd LCD-show/                                      }}
  
==  <font color="deepskyblue">步骤3, 安装LCD驱动  </font>  ==
+
==  <font color="deepskyblue">Step 3, install LCD driver                                                                </font>  ==
如使用2.4寸树莓派LCD则对应执行:
+
 
 +
* In case of 2.4” RPi Display (MPI2401):
 
{{code|
 
{{code|
 
sudo ./LCD24-show  }}
 
sudo ./LCD24-show  }}
如使用2.8寸树莓派LCD则对应执行:
+
 
 +
* In case of 2.4” RPi Display For RPi 3A+ (MPI2411):
 +
{{code|
 +
sudo ./LCD24-3A+-show  }}
 +
 
 +
* In case of 2.8” RPi Display (MPI2801):
 
{{code|
 
{{code|
 
sudo ./LCD28-show  }}
 
sudo ./LCD28-show  }}
如使用3.2寸树莓派LCD则对应执行:
+
 
 +
* In case of 3.2” RPi Display (MPI3201):
 
{{code|
 
{{code|
 
sudo ./LCD32-show  }}
 
sudo ./LCD32-show  }}
如使用3.5寸树莓派LCD则对应执行:
+
 
 +
* In case of MHS-3.2” RPi Display (MHS3232):
 +
{{code|
 +
sudo ./MHS32-show  }}
 +
 
 +
* In case of 3.5” RPi Display(MPI3501):
 
{{code|
 
{{code|
 
sudo ./LCD35-show  }}
 
sudo ./LCD35-show  }}
如使用3.5寸树莓派MPI3508,则对应执行:
+
 
 +
* In case of 3.5” HDMI Display-B(MPI3508):
 
{{code|
 
{{code|
 
sudo ./MPI3508-show  }}
 
sudo ./MPI3508-show  }}
如使用3.97寸树莓派LCD则对应执行:
+
 
 +
* In case of MHS-3.5” RPi Display(MHS3528):
 
{{code|
 
{{code|
sudo ./LCD397-show }}
+
sudo ./MHS35-show   }}
如使用4.3寸树莓派LCD则对应执行:
+
 
 +
* In case of 4.0" HDMI Display(MPI4008):
 
{{code|
 
{{code|
sudo ./LCD43-show   }}
+
sudo ./MPI4008-show }}
如使用5寸树莓派LCD则对应执行:
+
 
 +
* In case of MHS-4.0" HDMI Display-B(MHS4001):
 +
{{code|
 +
sudo ./MHS40-show  }}
 +
 
 +
* In case of 5.0” HDMI Display(Resistance touch)(MPI5008):
 
{{code|
 
{{code|
 
sudo ./LCD5-show    }}
 
sudo ./LCD5-show    }}
如使用5寸树莓派B款MPI5001,则对应执行:
+
 
 +
* In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):
 
{{code|
 
{{code|
 
sudo ./MPI5001-show    }}
 
sudo ./MPI5001-show    }}
如使用7寸B款800X480则对应执行:
+
 
 +
* In case of 7inch HDMI Display-B-800X480(MPI7001):
 
{{code|
 
{{code|
 
sudo ./LCD7B-show  }}
 
sudo ./LCD7B-show  }}
如使用7寸C款1024X600则对应执行:
+
 
 +
* In case of 7inch HDMI Display-C-1024X600(MPI7002):
 
{{code|
 
{{code|
 
sudo ./LCD7C-show  }}
 
sudo ./LCD7C-show  }}
如需切换回传统HDMI显示器则对应执行:
 
{{code|
 
sudo ./LCD-hdmi  }}
 
执行完上述命令后稍等片刻,即可使用对应的树莓派LCD。
 
  
 +
* Wait for a moment after executing the above command, then you can use the corresponding raspberry LCD.
  
 +
== <font color="blue">'''<big>Raspberry Pi LCD Driver installation instruction (method 2: offline)</big>'''</font>  ==
 +
<font color="red">                                                       
 +
This manual is applicable to all series of Raspberry Pi LCD; if you already have the driver installation CD, can just use it offline.                    <br>
 +
</font>
  
== <font color="blue">'''树莓派LCD驱动安装说明(方法2: 离线安装)'''</font> ==
+
== <font color="deepskyblue">Step 1, Install Raspbian official image                                      </font>               ==                                                          
<font color=red>                                                        
+
1) Download the latest Raspbian Image from the official website: https://www.raspberrypi.org/downloads/          <br>
本文适用于全系列树莓派液晶屏,如客户已有LCD驱动安装光盘,可离线操作                    <br>
+
2) Format Micro SD car by SDFormatter                                      <br>
</font>
+
3) Burn the official image into Micro SD car by using Win32DiskImager
== <font color="deepskyblue">步骤1, 安装Raspbian官方镜像  </font>               ==                                                          
+
==   <font color="deepskyblue">Step 2, obtain the LCD driver                              </font>   ==
1)从官方下载最新Raspbian镜像 https://www.raspberrypi.org/downloads/         <br>
+
Extract from the companion CD or ask for it from the seller;
2)使用SDFormatter格式化Micro SD卡                                                <br>
+
Copy the [http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz] drive to the Raspberry Pi system root directory (Suggestion: copy flash driver directly to Micro SD car after completion of Step 1, or copy by SFTP or other methods for remote copy). Unzip and extract drive files as the following command:
3)使用Win32DiskImager把官方镜像烧录到Micro SD卡                                  <br>
 
  
==  <font color="deepskyblue">步骤2, 获取LCD驱动    </font>    ==
 
从配套光盘内提取或咨询卖家索取,将LCD-show.tar.gz驱动复制到树莓派系统根目录下
 
(推荐'''步骤1'''烧录完成后将驱动直接拷贝到SD卡,或使用SFTP等办法远程拷贝)执行以下操作命令解压驱动:
 
 
{{code|
 
{{code|
 
cd /boot
 
cd /boot
Line 80: Line 102:
 
cd LCD-show/                                          }}
 
cd LCD-show/                                          }}
  
==  <font color="deepskyblue">步骤3, 安装LCD驱动  </font>  ==
+
==  <font color="deepskyblue">Step 3, install LCD driver                                                                </font>  ==
如使用2.4寸树莓派LCD则对应执行:
+
The Same step as 【method1 Step3】.[[#Step 3, install LCD driver|BACK to Step3]]
{{code|
 
sudo ./LCD24-show  }}
 
如使用2.8寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD28-show  }}
 
如使用3.2寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD32-show  }}
 
如使用3.5寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD35-show  }}
 
如使用3.5寸树莓派MPI3508,则对应执行:
 
{{code|
 
sudo ./MPI3508-show  }}
 
如使用3.97寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD397-show  }}
 
如使用4.3寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD43-show  }}
 
如使用5寸树莓派LCD则对应执行:
 
{{code|
 
sudo ./LCD5-show    }}
 
如使用5寸树莓派B款MPI5001,则对应执行:
 
{{code|
 
sudo ./MPI5001-show    }}
 
如使用7寸B款800X480则对应执行:
 
{{code|
 
sudo ./LCD7B-show  }}
 
如使用7寸C款1024X600则对应执行:
 
{{code|
 
sudo ./LCD7C-show  }}
 
如需切换回传统HDMI显示器则对应执行:
 
{{code|
 
sudo ./LCD-hdmi  }}
 
执行完上述命令后稍等片刻,即可使用对应的树莓派LCD。
 

Latest revision as of 13:52, 10 October 2019


语言选择

Languages

➤中文
➤EN



Raspberry Pi LCD Driver installation instruction (method 1: online installation)

This manual is applicable to all series of Raspberry Pi LCD, Raspberry Pi board should be connected to Internet during the installation.

Step 1, Install Raspbian official image

1) Download the latest Raspbian Image from the official website: https://www.raspberrypi.org/downloads/
2) Format Micro SD card by SDFormatter
3) Burn the official image into Micro SD car by using Win32DiskImager

Step 2, obtain the LCD driver

Log onto the Raspberry Pi users system to command line (The initial user name: pi Password: raspberry) Get the newest driver from GitHub (Raspberry Pi LCD should be connected to internet)

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/                                       

Step 3, install LCD driver

  • In case of 2.4” RPi Display (MPI2401):
sudo ./LCD24-show   
  • In case of 2.4” RPi Display For RPi 3A+ (MPI2411):
sudo ./LCD24-3A+-show   
  • In case of 2.8” RPi Display (MPI2801):
sudo ./LCD28-show   
  • In case of 3.2” RPi Display (MPI3201):
sudo ./LCD32-show   
  • In case of MHS-3.2” RPi Display (MHS3232):
sudo ./MHS32-show   
  • In case of 3.5” RPi Display(MPI3501):
sudo ./LCD35-show   
  • In case of 3.5” HDMI Display-B(MPI3508):
sudo ./MPI3508-show   
  • In case of MHS-3.5” RPi Display(MHS3528):
sudo ./MHS35-show   
  • In case of 4.0" HDMI Display(MPI4008):
sudo ./MPI4008-show  
  • In case of MHS-4.0" HDMI Display-B(MHS4001):
sudo ./MHS40-show  
  • In case of 5.0” HDMI Display(Resistance touch)(MPI5008):
sudo ./LCD5-show    
  • In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):
sudo ./MPI5001-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   
  • Wait for a moment after executing the above command, then you can use the corresponding raspberry LCD.

Raspberry Pi LCD Driver installation instruction (method 2: offline)

This manual is applicable to all series of Raspberry Pi LCD; if you already have the driver installation CD, can just use it offline.

Step 1, Install Raspbian official image

1) Download the latest Raspbian Image from the official website: https://www.raspberrypi.org/downloads/
2) Format Micro SD car by SDFormatter
3) Burn the official image into Micro SD car by using Win32DiskImager

Step 2, obtain the LCD driver

Extract from the companion CD or ask for it from the seller; Copy the LCD-show.tar.gz drive to the Raspberry Pi system root directory (Suggestion: copy flash driver directly to Micro SD car after completion of Step 1, or copy by SFTP or other methods for remote copy). Unzip and extract drive files as the following command:

cd /boot
sudo tar zxvf LCD-show.tar.gz
cd LCD-show/                                           

Step 3, install LCD driver

The Same step as 【method1 Step3】.BACK to Step3