File: PHLlcd.xml

package info (click to toggle)
ddccontrol-db 20180602-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,024 kB
  • sloc: xml: 1,845; sh: 119; makefile: 32; sed: 16; perl: 12
file content (17 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<monitor name="Philips standard LCD" init="standard">
	<controls>	
		<control id="colorpreset" address="0x14">
			<value id="srgb"   value="0x1"/>
			<value id="native" value="0x2"/>
			<value id="5000k"  value="0x4"/>
			<value id="6500k"  value="0x5"/>
			<value id="7500k"  value="0x6"/>
			<value id="8200k"  value="0x7"/>
			<value id="9300k"  value="0x8"/>
			<value id="11500k"  value="0xA"/>
			<value id="user1"  value="0xB"/>
		</control>
	</controls>
	<include file="VESA"/>
</monitor>