AutoBrightness
Posted: 19 Apr 2014 12:35
This flow automatically sets the brightness of the screen using the light sensor.
Please ensure that the options for this flow are set as following:
- Skip execution when an older instance is already running
- Automatic emergency stop: specific: 2000
The parameters In the script "Calculate screen brightness" are optimized for my Glaxy S2 plus. You may change these or invent an other calculation. If you have found the perfect formula for your device, post an answer. I will add them into this post.
Download:
https://www.dropbox.com/s/01ai42mx7ab1g ... htness.xml
Formulas for different devices in script "Calculate screen brightness":
Please ensure that the options for this flow are set as following:
- Skip execution when an older instance is already running
- Automatic emergency stop: specific: 2000
The parameters In the script "Calculate screen brightness" are optimized for my Glaxy S2 plus. You may change these or invent an other calculation. If you have found the perfect formula for your device, post an answer. I will add them into this post.
Download:
https://www.dropbox.com/s/01ai42mx7ab1g ... htness.xml
Formulas for different devices in script "Calculate screen brightness":
- Galaxy S2 plus:
Code: Select all
br= pow(light_level,0.4)*20