Skip to content

Commit

Permalink
ferrari: Set config_autoBrightnessAdjustmentMaxGamma to 100%
Browse files Browse the repository at this point in the history
mMaxGamma=1.0 when running dumpsys display on stock

Change-Id: I65ea05bc6f5b960f82bcb1843b2765cb70f6a2c8
  • Loading branch information
pjgowtham committed Nov 3, 2024
1 parent c5203e4 commit 463657b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/OPlusFrameworksResTarget/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@
<!-- Light sensor event rate in milliseconds for automatic brightness control. -->
<integer name="config_autoBrightnessLightSensorRate">200</integer>

<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">100%</fraction>

<!-- Minimum color temperature, in Kelvin, supported by display white balance. -->
<integer name="config_displayWhiteBalanceColorTemperatureMin">5000</integer>

Expand Down

0 comments on commit 463657b

Please sign in to comment.