sm7250-common: overlay: Don't let burn-in protection shift too far
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com> Signed-off-by: Manikantaraavi <raavimanikanta6595@gmail.com>
This commit is contained in:
@@ -25,4 +25,23 @@
|
||||
-->
|
||||
<integer name="config_udfps_hbm_type">0</integer>
|
||||
|
||||
<!-- If true, the display will be shifted around in ambient mode. -->
|
||||
<bool name="config_enableBurnInProtection">true</bool>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset displacement from the center. If -1, no maximum value
|
||||
will be used. -->
|
||||
<integer name="config_burnInProtectionMaxRadius">-1</integer>
|
||||
|
||||
<!-- Specifies the minimum burn-in offset horizontally. -->
|
||||
<integer name="config_burnInProtectionMinHorizontalOffset">-15</integer>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset horizontally. -->
|
||||
<integer name="config_burnInProtectionMaxHorizontalOffset">15</integer>
|
||||
|
||||
<!-- Specifies the minimum burn-in offset vertically. -->
|
||||
<integer name="config_burnInProtectionMinVerticalOffset">-40</integer>
|
||||
|
||||
<!-- Specifies the maximum burn-in offset vertically. -->
|
||||
<integer name="config_burnInProtectionMaxVerticalOffset">40</integer>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user