aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <luther.ralf@gmail.com>2020-12-23 12:15:14 +0100
committerRalf Luther <luther.ralf@gmail.com>2020-12-23 12:15:14 +0100
commitcf17ec96bfaee358b18c3b67d7b7a67001c0c57a (patch)
tree8f1691f572bbfb06254b5b8d2c42eefa4312d2ab
parent121dcdb419a2e09d7bb8f8a7e50cb7d0be7b3326 (diff)
PartsBin: update the ReadMe
Change-Id: Ic0fbc99f4d0c312c3e3c0371a083692e76d655ee
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 85d0fe7..5bfc516 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ _Note that defining paths needs support in the kernel! Thus the features might n
Displaypanel Color Modes: sRGB, Adobe RGB, DCI-P3, WideColor, OnePlus, Nightmode. With additional QS tile
- Display Refreshrate: Automatic, Manual (60Hz, 90Hz) with additional QS tile
+ Display Refreshrate: Automatic, Manual, forced Peakrate with additional QS tile
[Note: Requires setting the kernel node for "dynamic_fps" and a few other bools.]
Vibration Modes: System, Calls, Notifications
@@ -92,10 +92,14 @@ _Note that defining paths needs support in the kernel! Thus the features might n
`<bool name="config_device_supports_gestures"> </bool>`<br />
`<!-- Whether the device supports the prebuilt SoundTuner (true/false) -->`<br />
-`<bool name="config_device_supports_soundtuner"> </bool>`<br />
+`<bool name="config_device_supports_soundtuner">false</bool>`<br />
`<!-- Whether device supports switching display refreshrates (true/false) -->`<br />
-`<bool name="config_device_supports_switch_refreshrate"> </bool>`<br />
+`<bool name="config_device_supports_switch_refreshrate">false</bool>`<br />
+`<!-- Integer value of the minimal/base display refreshrate (usually 60) -->`<br />
+`<integer name="BaseRefresh">60</integer>`<br />
+`<!-- Integer value of the maximum/peak display refreshrate (e.g. 90) -->`<br />
+`<integer name="PeakRefresh"> </integer>`<br />
`<!-- Show/hide the QS tile, if device supports DC Dimming or not. Default value is false. -->`<br />
`<bool name="enableDCDTile">false</bool>`<br />