Skip to content

Commit

Permalink
add SAMSUNG C27HG70 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemdV authored Jul 27, 2023
1 parent 438b3bf commit a75e46b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions db/monitor/SAM0E16.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<monitor name="Samsung C27HG70" init="standard">
<controls>
<control id="defaultcolor" name="Restore Factory Default Color" address="0x08"/>

<control id="brightness" name="Brightness" address="0x10"/>
<control id="contrast" name="Contrast" address="0x12"/>

<control id="inputsource" type="list" name="Input Source Select (main)" address="0x60">
<value id="hdmi1" name="HDMI 1" value="5"/>
<value id="hdmi2" name="HDMI 2" value="6"/>
<value id="dp" name="Display Port" value="9"/>
</control>

<control id="red" name="Red maximum level" address="0x16"/>
<control id="green" name="Green maximum level" address="0x18"/>
<control id="blue" name="Blue maximum level" address="0x1A"/>
</controls>
</monitor>

0 comments on commit a75e46b

Please sign in to comment.