How to turn screen on/off - Anthias on Pi OS bookworm #2102
qbicdesign
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
@qbicdesign, changing the value of |
Beta Was this translation helpful? Give feedback.
2 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.txt
Find the line:
dtoverlay=vc4-kms-v3d
change it to:
dtoverlay=vc4-fkms-v3d
Now you can set a cron job (for example turn off screens mon-fri 6pm, turn on mon-fri 8am):
Beta Was this translation helpful? Give feedback.
All reactions