Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi 7" Display Sleep Schedule Support #188

Open
cocarrig opened this issue Dec 11, 2024 · 0 comments
Open

Raspberry Pi 7" Display Sleep Schedule Support #188

cocarrig opened this issue Dec 11, 2024 · 0 comments

Comments

@cocarrig
Copy link
Collaborator

For future support of sleep schedule operations with the official RPi 7".

Ownership of the touchscreen files must be established on boot:

sudo chown root:dakboard /sys/class/backlight/10-0045/bl_power
sudo chmod 664 /sys/class/backlight/10-0045/bl_power

Sleep on command:
sudo echo 0 > /sys/class/backlight/10-0045/bl_power

Sleep off command:
sudo echo 1 > /sys/class/backlight/10-0045/bl_power

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant