-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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
Fix TOUCH_SCREEN sleep_timeout_minutes #26745
Fix TOUCH_SCREEN sleep_timeout_minutes #26745
Conversation
94abd06
to
9339621
Compare
Seemed like a good idea to combine the two distinct screen timeout options into a single option and also reduce the number of |
2292515
to
cc69a98
Compare
cc69a98
to
7ade886
Compare
I've consolidated the code a bit further to replace |
Unifying display sleep stuff is a good call. I went with the easier route of fixing the build error since I had ~50 configs that weren't building & wanted to get through them without getting sidetracked into why display sleep wasn't a single option 😄 |
Description
Follow up to #26517.
Fix
'DISPLAY_SLEEP_MINUTES' was not declared in this scope
error found after running thebuild_all_examples
script.Requirements
TOUCH_SCREEN
withTOUCH_IDLE_SLEEP_MINS
Benefits
TOUCH_SCREEN
configs now compile whenTOUCH_IDLE_SLEEP_MINS
is enabled.Configurations
Related
IssuesPRLCD_BACKLIGHT_TIMEOUT_MINS
+ small tweaks #26517