miatoll: overlay: Adjust ramp rates for 255 max brightness

Change-Id: Icd06c1b785e617a2be5094b430912124fb1e5b81
This commit is contained in:
Demon000 2020-07-18 05:17:41 +03:00 committed by Alexander Winkowski
parent 19be89258c
commit 1cb3f52127
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -322,10 +322,10 @@
<integer name="config_autoBrightnessDarkeningLightDebounce">1000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">1000</integer>
<!-- Fast brightness animation ramp rate in brightness units per second--> <!-- Fast brightness animation ramp rate in brightness units per second-->
<integer name="config_brightness_ramp_rate_fast">4933</integer> <integer name="config_brightness_ramp_rate_fast">308</integer>
<!-- Slow brightness animation ramp rate in brightness units per second--> <!-- Slow brightness animation ramp rate in brightness units per second-->
<integer name="config_brightness_ramp_rate_slow">3946</integer> <integer name="config_brightness_ramp_rate_slow">246</integer>
<!-- Screen brightness used to dim the screen when the user activity <!-- Screen brightness used to dim the screen when the user activity
timeout expires. May be less than the minimum allowed brightness setting timeout expires. May be less than the minimum allowed brightness setting