livedisplay: Tweak defaults
* Raise the outdoor threshold to 12K lux to more accurately represent bright sunlight. * Raise the night color temperature to 4800K to provide a soft display look at night with less red. Change-Id: I26bdea7fc97acb2a17944a1f25e5e11866a08e29
This commit is contained in:
parent
7bf7c4b72e
commit
4cf18a3e36
@ -53,8 +53,8 @@
|
|||||||
|
|
||||||
<!-- Default values for LiveDisplay -->
|
<!-- Default values for LiveDisplay -->
|
||||||
<integer name="config_dayColorTemperature">6500</integer>
|
<integer name="config_dayColorTemperature">6500</integer>
|
||||||
<integer name="config_nightColorTemperature">4500</integer>
|
<integer name="config_nightColorTemperature">4800</integer>
|
||||||
<integer name="config_outdoorAmbientLux">9000</integer>
|
<integer name="config_outdoorAmbientLux">12000</integer>
|
||||||
<integer name="config_defaultLiveDisplayMode">0</integer>
|
<integer name="config_defaultLiveDisplayMode">0</integer>
|
||||||
|
|
||||||
<!-- These values should map to the true min and max
|
<!-- These values should map to the true min and max
|
||||||
|
Loading…
Reference in New Issue
Block a user