-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
when you have a button that decreases brightness, its possible to get it to 0. At which point the buttons still do their stuff, but you don't know what it's doing and may push multiple random buttons (in a more sensible world, one would open StreamController and look there). This may happen on a cluttered desk; or whatever.
Proposal:
- add a slider/range input (still 0-100?) that configures minimum brightness.
- same for max/increase "just in case"?
- add (opt in) feedback on the button once min/max is reached?
- would it then be wise to also add a custom step size? E.g. also when min/max are not in multiples of 10?
Like I've mention in the Requests-Issue, I know Python and this seems rather simple, "as a beginner issue". I'd be happy to help :)
Metadata
Metadata
Assignees
Labels
No labels