-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
fake brightness adjust #1845
fake brightness adjust #1845
Conversation
Hi there. After testing, I like it. A few points:
|
thx!!!! Glad to hear that you didn’t burn your screen while testing! 😂😂
I apologize but 75% seems not quite possible yet, cuz float calculations costs too much resources. I’ll dm you a vid (in that vid, it use float calculations)
That could implement by pop the navigation view I guess, but it’s a little painful to trigger it from IO class. I think I’ll leave for a while.
the suatus icon can be turned on and off in the interface settings which @kallanreed wrote. |
Okay for the 75%, we are leaving aside for now. |
Thx! I’ll try it. I didn’t read what set_dirty yet. I think it would work.
Thx! I’ll do it after the car clean.
lol kk. But can I keep them in the code naming? 😂 cuz we may have real_ brightness in the future😂 |
No problem ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I've suggested some small changes. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you for taking all my suggestions!!
@NotherNgineer Thank you for the review! |
If anyone wants to take a crack at real brightness control with me, here is my PR #1859 |
Should we change this one back to Draft state so it doesn't get merged until it's determined if real brightness control is possible? |
I merged myself and when anyone finished it, reuse the settings interface and icon and p.mem etc. |
there are several todo, not sure if we should make it next time or add on this one.
need to test if it damages screen hardware (without edge control) before merge.