From 331adf44753f5e54dce0d541916a43b70e57eb72 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 24 Jan 2016 20:31:45 +0200 Subject: [PATCH] Add HDMI control docs to first-boot. --- first-boot.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/first-boot.md b/first-boot.md index c0824e9..eea1e6e 100644 --- a/first-boot.md +++ b/first-boot.md @@ -23,3 +23,9 @@ Or, to enable it permanently: $ systemctl enable ssh.service Use `ifconfig` to figure out your IP address, and `ssh` in. + +## Controlling the display + +The scripts `~/display-on.sh` and `~/display-off.sh` control the HDMI output of the Raspberry Pi. + +There's also a sample configuration in the crontab (use `crontab -e` to uncomment it) for turning the display off outside of office hours.