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 <