piframe/docs/hdmi.md

17 lines
244 B
Markdown
Raw Permalink Normal View History

2020-08-01 00:33:33 +00:00
# HDMI
Below are some handy commands and notes regarding HDMI on the Raspberry Pi 4.
``` sh
# Get HDMI device info
vcgencmd get_lcd_info
# Turn off HDMI
vcgencmd display_power 0
# Turn on HDMI
vcgencmd display_power 1
```