How to turn screen on/off - Anthias on Pi OS bookworm #2102
Closed
qbicdesign
started this conversation in
Show and tell
Replies: 2 comments 5 replies
|
@qbicdesign, changing the value of |
2 replies
|
if your screen supports CEC (mostly TV's not monitors) then here is a great and easy tutorial: https://pimylifeup.com/raspberrypi-hdmi-cec/ |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
To turn the screen off/on - Anthias on Pi OS bookworm
Firstly:
sudo nano /boot/firmware/config.txtFind the line:
dtoverlay=vc4-kms-v3dchange it to:
dtoverlay=vc4-fkms-v3dNow you can set a cron job (for example turn off screens mon-fri 6pm, turn on mon-fri 8am):
All reactions