lisa: overlay: Allow switching between 60Hz and 90Hz

Change-Id: I4f328dbdce50e709f30b1f098e71248d72819268
This commit is contained in:
Cosmin Tanislav 2021-09-05 01:14:47 +03:00 committed by Giovanni Ricca
parent f68cd82f3b
commit 7b102e98dc
2 changed files with 17 additions and 0 deletions

View File

@ -23,4 +23,11 @@
<string name="config_mainBuiltInDisplayCutout"> <string name="config_mainBuiltInDisplayCutout">
M 0,0 H 144 V 104 H 0 V 0 Z @left M 0,0 H 144 V 104 H 0 V 0 Z @left
</string> </string>
<!-- The default peak refresh rate for a given device. Change this value if you want to allow
for higher refresh rates to be automatically used out of the box -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate. -->
<integer name="config_defaultPeakRefreshRate">90</integer>
</resources> </resources>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Whether to show Smooth Display feature in Settings Options -->
<bool name="config_show_smooth_display">true</bool>
</resources>