Skip to content

Commit

Permalink
Add support for iiyama PL2791Q (IVM6646, IVM6647) (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbrauns authored Sep 20, 2024
1 parent 48452fd commit 23f1b79
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
30 changes: 30 additions & 0 deletions db/monitor/IVM6646.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<monitor name="iiyama PL2791Q" init="standard">
<controls>
<control id="colorpreset" type="list" address="0x14">
<value id="6500k" value="0x05"/>
<value id="7500k" value="0x06"/>
<value id="9300k" value="0x08"/>
<value id="custom" value="0xb"/>
</control>
<control id="inputsource" type="list" address="0x60">
<value id="dvi" value="0x03"/>
<value id="dp" value="0x0f"/>
<value id="hdmi" value="0x11"/>
</control>
<control id="language" type="list" address="0xcc">
<value id="english" value="0x02"/>
<value id="french" value="0x03"/>
<value id="german" value="0x04"/>
<value id="italian" value="0x05"/>
<value id="polish" value="0x1e"/>
<value id="spanish" value="0xa"/>
<value id="dutch" value="0x14"/>
<value id="czech" value="0x12"/>
<value id="russian" value="0x09"/>
<value id="japanese" value="0x06"/>
<value id="chinese" value="0xd"/>
</control>
</controls>
<include file="VESA"/>
</monitor>
4 changes: 4 additions & 0 deletions db/monitor/IVM6647.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<monitor name="iiyama PL2791Q" init="standard">
<include file="IVM6646"/>
</monitor>

0 comments on commit 23f1b79

Please sign in to comment.