How to Switch GPIO Display Mode Back to HDMI Display

From LCD wiki
Revision as of 18:38, 6 August 2019 by Liang (talk | contribs) (Created page with "== <font color="blue">How to Switch GPIO Display Mode Back to HDMI Display</font> == * 如果树莓派安装了MPI2411, MPI2418, MPI2801, MPI3201, MPI3501等GPIO显示方式...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to Switch GPIO Display Mode Back to HDMI Display

  • 如果树莓派安装了MPI2411, MPI2418, MPI2801, MPI3201, MPI3501等GPIO显示方式的驱动之后,HDMI端口将会没有信号输出。

如需切换回传统HDMI显示器,则执行:

cd LCD-show/
sudo ./LCD-hdmi

  • 如果提示找不到文件,则需要从GitHub获取最新驱动(树莓派需连接互联网),执行下面的命令:
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