Merge changes from topic "km4_cm4-evt-brightness" into main

* changes:
  display: cm4: update default brightness
  display: km4: update default brightness
This commit is contained in:
Jeremy DeHaan 2023-11-02 18:22:34 +00:00 committed by Android (Google) Code Review
commit f89a53f691
2 changed files with 4 additions and 4 deletions

View file

@ -42,8 +42,8 @@
<!-- Default screen brightness setting
Must be in the range specified by minimum and maximum. -->
<!-- 140 nits: (140-2)/(1250-2)*(0.68-0.0)+0.0 = 0.075192308 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.075192308</item>
<!-- 140 nits: (140-2)/(1250-2)*(0.61-0.0)+0.0 = 0.067451923 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.067451923</item>
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
this value to 0 so it has no effect. -->

View file

@ -42,8 +42,8 @@
<!-- Default screen brightness setting
Must be in the range specified by minimum and maximum. -->
<!-- 140 nits: (140-2)/(1250-2)*(0.68-0.0)+0.0 = 0.075192308 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.075192308</item>
<!-- 140 nits: (140-2)/(1250-2)*(0.61-0.0)+0.0 = 0.067451923 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.067451923</item>
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
this value to 0 so it has no effect. -->