-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Is there a way to edit the cron to put the display to sleep at certain times?
This is an example from the PADD project.
# PiTFT+ SLEEPY TIME
# Turn off the PiTFT+ at midnight
00 00 * * * sh -c 'echo "0" > /sys/class/backlight/soc\:backlight/brightness'
# Turn on the PiTFT+ at 8:00 am
00 08 * * * sh -c 'echo "1" > /sys/class/backlight/soc\:backlight/brightness'
Metadata
Metadata
Assignees
Labels
No labels