From 25fe578ca37383c87d2a5c695b3602d730438003 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 1 Aug 2020 00:35:46 +0000 Subject: [PATCH] Move display scheduled on/off from notes to docs --- docs/README.md | 1 + docs/scheduled_display.md | 59 +++++++++++++++++++++++++++++++++++ notes.txt | 65 --------------------------------------- 3 files changed, 60 insertions(+), 65 deletions(-) create mode 100644 docs/scheduled_display.md diff --git a/docs/README.md b/docs/README.md index f96956a..c118053 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,3 +30,4 @@ Items marked ```REQUIRED``` are assumed to be setup and working. You've been war * [Web File Manager (Picture Sync)](filebrowser.md) * [SyncThing (Picture Sync)](syncthing.md) * [rclone (Picture Sync)](rclone.md) +* [HDMI Scheduled On/Off](scheduled_display.md) diff --git a/docs/scheduled_display.md b/docs/scheduled_display.md new file mode 100644 index 0000000..d4f6b07 --- /dev/null +++ b/docs/scheduled_display.md @@ -0,0 +1,59 @@ +# HDMI Scheduled On/Off + +The below comamnds will setup automatic on/off of the monitor connected to the HDMI port on your PiFrame. This is handy as overnight few people are looking at their photos and by turning off the display you'll save power and make the screen last longer. + +The below is setup to turn the display on at ```0600``` and off at ```0000```. Please adjust accordingly. + +``` sh + +cat > /etc/systemd/system/screen-on.timer < /etc/systemd/system/screen-on.service < /etc/systemd/system/screen-off.timer < /etc/systemd/system/screen-off.service < /etc/systemd/system/screen-on.timer < /etc/systemd/system/screen-on.service < /etc/systemd/system/screen-off.timer < /etc/systemd/system/screen-off.service <