How to Switch GPIO Display Mode Back to HDMI Display

From LCD wiki
Jump to: navigation, search


语言选择

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