lisa: overlay: Allow switching between 60Hz and 90Hz
Change-Id: I4f328dbdce50e709f30b1f098e71248d72819268
This commit is contained in:
parent
f68cd82f3b
commit
7b102e98dc
@ -23,4 +23,11 @@
|
||||
<string name="config_mainBuiltInDisplayCutout">
|
||||
M 0,0 H 144 V 104 H 0 V 0 Z @left
|
||||
</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>
|
||||
|
10
overlay/packages/apps/Settings/res/values/config.xml
Normal file
10
overlay/packages/apps/Settings/res/values/config.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user