-
Notifications
You must be signed in to change notification settings - Fork 81
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
wrong path for brightness control on rpi 4 #149
Comments
hmmm I swear I thought this was fixed 😤 i know we have a couple places where we detect which pi is being used... might have to do something like that here maybe try to enumerate displays or something fancier too |
As it were, I actually ended up without the Also, I noticed Lastly, I've also found the default slider range is too narrow (76-255). Testing this new range along with toggling the KMS driver off and on to try and funnel in a smart fix to detect what driver/mapping is in place. It works when it's mapped correctly! |
thanks for the PR, will look at it! and thanks for the feedback on the brightness, not a dash-user so i dont know how usability of it is :) |
For sure! The brightness range adjustment certainly makes a difference too, I made a late drive the other night and it was perfect at 25 minimum. |
Issue
Make sure you are running the latest version before reporting an issue.
Hardware
Installation Method: Install.sh and rpi.sh
Description of problem:
Brightness of official 7" Touchscreen cannot be changed, although udev rule is written.
Manual change of
sys/class/backlight/10-0045/brightness
works thoughExpected Result:
Brightness should be changeable using the official_rpi brightness plugin
Problem-relevant steps to reproduce:
Additional info:
In
plugins/brightness/official_rpi/official_rpi.hpp
the path has to be changed tosys/class/backlight/10-0045/brightness
(was/issys/class/backlight/rpi_backlight/brightness
)More info: https://forums.raspberrypi.com/viewtopic.php?t=324587
The text was updated successfully, but these errors were encountered: