sdm710-common: overlay: Decrease time in milliseconds for accepting a new brightness level.

This is used for debouncing the light sensor.  Different constants are used to debounce the light sensor when adapting to brighter or darker environments.  This parameter controls how quickly brightness changes occur in response to an observed change in light level that exceeds thehysteresis threshold.
This commit is contained in:
Ultra119 2022-07-28 23:22:39 +03:00 committed by CakesTwix
parent 1f9b588765
commit 3413c2072e
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -152,7 +152,7 @@
brightness changes occur in response to an observed change in light level that exceeds the brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. --> hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">5000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- The maximum range of gamma adjustment possible using the screen <!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. --> auto-brightness adjustment setting. -->