Codebase list ddccontrol-db / 967b890
Monitor LG 32UL950-W (#165) * Monitor LG 32UL950-W * Fixed options.xml.in Pg authored 2 years ago GitHub committed 2 years ago
2 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 <?xml version="1.0"?>
1 <monitor name="LG 32UL950-W" init="standard">
2 <caps add="(prot(monitor)type(lcd)model(UL950)cmds(01 02 03 0C E3 F3)vcp(02 04 05 08 10 12 14(05 08 0B ) 16 18 1A 52 60(11 0F ) AC AE B2 B6 C0 C6 C8 C9 D6(01 04) DF 62 8D F4 F5(01 02 03 04) F6(00 01 02) 4D 4E 4F 15(01 06 11 13 14 15 18 19 20 22 23 24 28 29 32 48) F7(00 01 02 03) F8(00 01) F9 E4 E5 E6 E7 E8 E9 EA EB EF FA(00 01) FD(00 01) FE(00 01 02) FF)mccs_ver(2.1)mswhql(1))" />
3 <controls>
4 <!-- Control 0x02: +/2/2 C [New Control Value - Some values changed] -->
5 <control id="newcontrolvalue" address="0x02"/>
6 <!-- Control 0x04: +/0/255 C [Restore Factory Defaults] -->
7 <control id="defaults" address="0x04" delay="2000"/>
8 <!-- Control 0x05: +/0/1 C [Restore Brightness and Contrast] -->
9 <control id="defaultluma" address="0x05" delay="2000"/>
10 <!-- Control 0x06: +/0/255 [???] -->
11 <control id="defaultgeom" address="0x06" delay="2000"/>
12 <!-- Control 0x08: +/0/255 C [Restore Factory Default Color] -->
13 <control id="defaultcolor" address="0x08" delay="2000"/>
14 <!-- Control 0x10: +/28/100 C [Brightness] -->
15 <control id="brightness" address="0x10"/>
16 <!-- Control 0x12: +/60/100 C [Contrast] -->
17 <control id="contrast" address="0x12"/>
18 <!-- Control 0x87: +/60/100 [Sharpness] -->
19 <control id="sharpness" address="0x87"/>
20 <!-- Control 0x14: +/5/11 C [???] -->
21 <control id="colorpreset" address="0x14">
22 <value id="user" value="0x0B"/>
23 <value id="6500k" value="0x05"/>
24 <value id="9300k" value="0x08"/>
25 </control>
26 <!-- Control 0x0c: +/50/100 C [Color temperature request] ? -->
27 <control id="colortemp" address="0x0c"/>
28 <!-- Control 0x16: +/50/100 C [Red maximum level] -->
29 <control id="red" address="0x16"/>
30 <!-- Control 0x18: +/50/100 C [Green maximum level] -->
31 <control id="green" address="0x18"/>
32 <!-- Control 0x1a: +/39/100 C [Blue maximum level] -->
33 <control id="blue" address="0x1a"/>
34 <!-- Control 0x62: +/77/100 C [Audio Speaker Volume Adjust] -->
35 <control id="audiospeakervolume" address="0x62"/>
36 <!-- Control: 0x8d [Audio Mute] -->
37 <control id="audiospeakermute" address="0x8d">
38 <value id="mute" value="1"/>
39 <value id="unmute" value="2"/>
40 </control>
41 <!-- Control 0xd6: +/1/5 C [DPMS Control - On] -->
42 <control id="dpms" address="0xd6">
43 <value id="on" value="1"/>
44 <value id="standby" value="5"/>
45 </control>
46 <!-- Control 0xf7: +/2/255 C [Response time] -->
47 <control id="responsetime" address="0xF7">
48 <value id="off" value="0"/>
49 <value id="high" value="1"/>
50 <value id="middle" value="2"/>
51 <value id="low" value="3"/>
52 </control>
53 <!-- Control 0xf8: +/0/255 C [Free Sync] -->
54 <control id="freesync" address="0xF8">
55 <value id="off" value="0"/>
56 <value id="base" value="2"/>
57 <value id="extended" value="3"/>
58 </control>
59 <!-- Control 0xf9: +/0/255 C [Black Stabilization] - Cannot write ? -->
60 <control id="blackstabilization" address="0xf9" />
61 <!-- Control 0xfe: +/2/255 C [Gamma] - Cannot write ? -->
62 <control id="gammamode" address="0xfe" >
63 <value id="mode1" value="2" />
64 <value id="mode2" value="3" />
65 <value id="mode3" value="4" />
66 <value id="mode4" value="16" />
67 </control>
68 </controls>
69 </monitor>
44 <control id="brightness" type="value" name="Brightness" address="0x10"/>
55 <control id="contrast" type="value" name="Contrast" address="0x12"/>
66 <!--- vendor specific controls -->
7 <control id="sharpness" type="value" name="Sharpness"/>
78 <control id="dynamiccontrast" type="list" name="Dynamic Contrast">
89 <value id="off" name="Off"/>
910 <value id="on" name="On"/>
175176 <value id="2.2" name="2.2"/>
176177 <value id="2.4" name="2.4"/>
177178 <value id="2.6" name="2.6"/>
179 </control>
180 <control id="gammamode" type="list" name="Gamma" address="0xfe" >
181 <value id="mode1" name="Mode 1"/>
182 <value id="mode2" name="Mode 2"/>
183 <value id="mode3" name="Mode 3"/>
184 <value id="mode4" name="Mode 4"/>
178185 </control>
179186 </subgroup>
180187 <subgroup name="Color maximum level">
257264 <!-- ACR06B1 -->
258265 <value id="bluelight" name="Blue Light"/>
259266 </control>
267 <control id="colortemp" type="value" name="Color Temperature Request"/>
260268 <control id="magiccolor" type="list" name="MagicColor" address="0xF0">
261269 <value id="off" name="Off"/>
262270 <value id="demo" name="Demo"/>
559567 <control id="freesync" type="list" name="FreeSync" address="0xF8">
560568 <value id="off" name="Off" value="0"/>
561569 <value id="on" name="On" value="1"/>
570 <value id="base" name="Base" value="2"/>
571 <value id="extended" name="Extended" value="3"/>
562572 </control>
563573 <control id="responsetime" type="list" name="Response Time" address="0xF7">
564574 <value id="off" name="Off" value="0"/>
566576 <value id="middle" name="Middle" value="2"/>
567577 <value id="low" name="Low" value="3"/>
568578 </control>
579 <control id="blackstabilization" type="value" name="Black Stabilization" address="0xf9" />
569580 </subgroup>
570581 </group>
571582 </options>