vermeer: Enable ambient mode burn-in protection

Change-Id: I1c0c78592b8836391f2ea76fecd4be92490158f7
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>
This commit is contained in:
Fabian Leutenegger
2022-07-27 19:19:59 +02:00
committed by Lunark :3
parent b21df1bf09
commit 696c9ff8da

View File

@@ -443,6 +443,25 @@
|| display brightness <= disp1 && ambient brightness <= amb1 --> || display brightness <= disp1 && ambient brightness <= amb1 -->
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate" /> <integer-array name="config_brightnessThresholdsOfPeakRefreshRate" />
<integer-array name="config_ambientThresholdsOfPeakRefreshRate" /> <integer-array name="config_ambientThresholdsOfPeakRefreshRate" />
<!-- 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">70</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>
<!-- The bounding path of the cutout region of the main built-in display. <!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by Must either be empty if there is no cutout region, or a string that is parsable by