View rpi-hdmi-tv.sh
#!/bin/sh | |
#Enable and disable TV/HDMI | |
hdmi_status () | |
{ | |
vcgencmd display_power | grep "display_power=0" >/dev/null | |
} | |
cec_status () |