Skip to content

Commit 3948e59

Browse files
authored
Added support for Samsung CRG9 (C49RG9x) (#196)
These are all the controls that seemed to actually do something. Input is strange. Writing the values in the xml does change it as expected. Reading them back gives bogus values? There could be more that are active on other inputs (I only have displayport) Fixes #98.
1 parent d3a45fc commit 3948e59

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

db/monitor/SAM0F9C.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" ?>
2+
<monitor name="C49RG9x" init="standard">
3+
<caps add="(prot(monitor)type(lcd)SAMSUNGcmds(01 02 03 07 0C E3 F3)vcp(02 04 05 08 10 12 14(05 08 0B 0C) 16 18 1A 52 60( 12 0F 10) AA(01 02 03 FF) AC AE B2 B6 C6 C8 C9 D6(01 04 05) DC(00 02 03 05 ) DF FD)mccs_ver(2.1)mswhql(1))" />
4+
<controls>
5+
6+
<control id="responsetime" type="list" name="Response Time" address="0xf3">
7+
<value id="standard" value="0"/>
8+
<value id="faster" value="1"/>
9+
<value id="fastest" value="2"/>
10+
</control>
11+
12+
<control id="language" type="list" address="0xcc">
13+
<value id="english" value="2"/>
14+
<value id="french" value="3"/>
15+
<value id="german" value="4"/>
16+
<value id="italian" value="5"/>
17+
<value id="japanese" value="6"/>
18+
<value id="korean" value="7"/>
19+
<value id="portuguese" value="8"/>
20+
<value id="russian" value="9"/>
21+
<value id="spanish" value="10"/>
22+
<value id="swedish" value="11"/>
23+
<value id="turkish" value="12"/>
24+
<value id="hungarian" value="26"/>
25+
<value id="polish" value="30"/>
26+
</control>
27+
28+
<!-- write only -->
29+
<control id="inputsource" type="list" address="0x60">
30+
<value id="DisplayPort-2" value="3"/>
31+
<value id="HDMI" value="6"/>
32+
<value id="DisplayPort-1" value="9"/>
33+
</control>
34+
35+
</controls>
36+
<include file="SAMlcd"/>
37+
</monitor>

0 commit comments

Comments
 (0)