update idle brightness curve

Changed the brightness from 5 nits to 2 nits at 0 lux.

Bug: 304655186
Test: check dumpsys display
Change-Id: Ie3aa91f5867e2ec5181b69f10ec27eff67c424e6
This commit is contained in:
Peter Lin 2023-11-20 13:06:25 +00:00
parent 68f42c0aa2
commit 30acd7ccad

View file

@ -522,7 +522,7 @@
This array also corresponds to the lux values given in config_autoBrightnessLevelsIdle.
In order to activate this mode, config_enableIdleScreenBrightnessMode must be true. -->
<array name="config_autoBrightnessDisplayValuesNitsIdle">
<item>5.139055</item> <!-- 0 - 1 -->
<item>2.0</item> <!-- 0 - 1 -->
<item>9.962018965</item> <!-- 1 - 2 -->
<item>18.34822964</item> <!-- 2 - 3 -->
<item>21.55068128</item> <!-- 3 - 4 -->