Difference between revisions of "How to Switch GPIO Display Mode Back to HDMI Display"

From LCD wiki
Jump to: navigation, search
(Created page with "== <font color="blue">How to Switch GPIO Display Mode Back to HDMI Display</font> == * 如果树莓派安装了MPI2411, MPI2418, MPI2801, MPI3201, MPI3501等GPIO显示方式...")
 
(How to Switch GPIO Display Mode Back to HDMI Display)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lan
 +
    |
 +
cn=http://www.lcdwiki.com/GPIO显示方式如何切换回HDMI显示
 +
    |
 +
en=http://www.lcdwiki.com/How_to_Switch_GPIO_Display_Mode_Back_to_HDMI_Display                                               
 +
}} 
 
== <font color="blue">How to Switch GPIO Display Mode Back to HDMI Display</font>  ==
 
== <font color="blue">How to Switch GPIO Display Mode Back to HDMI Display</font>  ==
  
* 如果树莓派安装了MPI2411, MPI2418, MPI2801, MPI3201, MPI3501等GPIO显示方式的驱动之后,HDMI端口将会没有信号输出。
+
{{#ev:youtube|wUmy0U3AlXo}}
如需切换回传统HDMI显示器,则执行:
+
 
 +
* If Raspberry Pi is equipped with GPIO display drivers such as MPI2411, MPI2418, MPI2801, MPI3201, MPI3501, etc., the HDMI port will have no signal output
 +
If you need to switch back to the HDMI display mode, execute:
 
{{code|
 
{{code|
 
cd LCD-show/
 
cd LCD-show/
Line 8: Line 16:
 
}}
 
}}
  
* 如果提示找不到文件,则需要从'''GitHub'''获取最新驱动(树莓派需连接互联网),执行下面的命令:
+
* If the file is not found, get the latest driver from "GitHub" (Raspberry Pi needs to be connected to the Internet) and execute the following command:
 
{{code|
 
{{code|
 
sudo rm -rf LCD-show
 
sudo rm -rf LCD-show

Latest revision as of 18:02, 25 November 2019


语言选择

Languages

➤中文
➤EN


How to Switch GPIO Display Mode Back to HDMI Display

  • If Raspberry Pi is equipped with GPIO display drivers such as MPI2411, MPI2418, MPI2801, MPI3201, MPI3501, etc., the HDMI port will have no signal output

If you need to switch back to the HDMI display mode, execute:

cd LCD-show/
sudo ./LCD-hdmi

  • If the file is not found, get the latest driver from "GitHub" (Raspberry Pi needs to be connected to the Internet) and execute the following command:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD-hdmi