Skip to content

Commit

Permalink
martini: overlay: Increase autobrightness light debounce values
Browse files Browse the repository at this point in the history
 * to prevent rapid brightness change
  • Loading branch information
alibei authored and inferno0230 committed Jan 13, 2023
1 parent 12f6339 commit cf1acd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/OPlusFrameworksResCommon/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@
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 the
hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2500</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">2500</integer>
<integer name="config_autoBrightnessBrighteningLightDebounce">3000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">3000</integer>

<!-- Light sensor event rate in milliseconds for automatic brightness control. -->
<integer name="config_autoBrightnessLightSensorRate">200</integer>
Expand Down

0 comments on commit cf1acd4

Please sign in to comment.