From 5021f1c6993c335db924a7f7f933c64f3f06cbca Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:10:45 +0200 Subject: [PATCH] Update README.md --- Screen/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Screen/README.md b/Screen/README.md index 0dadc07..7803d45 100644 --- a/Screen/README.md +++ b/Screen/README.md @@ -1,5 +1,11 @@ # This page will tell you the ways to install the display driver in different operating system -### First you need to install the operating system you need into RaspberryPi, this is the [tutorial](https://www.raspberrypi.com/documentation/computers/getting-started.html#installing-the-operating-system), when you choose device, select Raspberry Pi Zero 2W. +### First you need to install the operating system you need into RaspberryPi, this is the [tutorial](https://www.raspberrypi.com/documentation/computers/getting-started.html#installing-the-operating-system), when you choose device, select Raspberry Pi Zero 2W. +### There is a mini-HDMI port on the top side of HackberryPi. You can connect it with another screen. You can use the following commands to disable/enable the displaying. + +```sh +vcgencmd display_power 0 +vcgencmd display_power 1 +``` # Raspberry Pi OS after 04/04/2022 or later Add the following line in `/boot/config.txt` in your TF card