mirror of
https://github.com/ZitaoTech/Hackberry-Pi_Zero.git
synced 2026-01-07 03:29:37 +00:00
Update README.md
This commit is contained in:
parent
fd937c48fd
commit
5021f1c699
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
# This page will tell you the ways to install the display driver in different operating system
|
# 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
|
# Raspberry Pi OS after 04/04/2022 or later
|
||||||
|
|
||||||
Add the following line in `/boot/config.txt` in your TF card
|
Add the following line in `/boot/config.txt` in your TF card
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue