dodge: configs: Setup HBM

Change-Id: I193e8e704c11464ca27b0880987c613a33b5cbda
This commit is contained in:
Bruno Martins
2025-08-18 10:27:16 +01:00
parent 298fc4676b
commit b267cbce42

View File

@@ -12,4 +12,16 @@
<density>640</density>
</density>
</densityMapping>
<highBrightnessMode enabled="true">
<transitionPoint>0.85</transitionPoint>
<minimumHdrPercentOfScreen>0.1</minimumHdrPercentOfScreen>
<minimumLux>10000</minimumLux>
<timing>
<timeWindowSecs>1800</timeWindowSecs> // Window in which we restrict HBM.
<timeMaxSecs>300</timeMaxSecs> // Maximum time of HBM allowed in that window.
<timeMinSecs>60</timeMinSecs> // Minimum time remaining required to switch
</timing> // HBM on for.
</highBrightnessMode>
</displayConfiguration>