Skip to content

Commit 389c6a5

Browse files
authored
Added support for Koorui 24E3 (#272)
1 parent 5bbfc42 commit 389c6a5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

db/monitor/HKC2431.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<monitor name="Koorui 24E3" init="standard">
3+
<controls>
4+
<group name="Color Settings">
5+
<subgroup name="Brightness and Contrast">
6+
<control id="brightness" address="0x10"/>
7+
<control id="contrast" address="0x12"/>
8+
</subgroup>
9+
<subgroup name="Color maximum level">
10+
<control id="red" address="0x16"/>
11+
<control id="green" address="0x18"/>
12+
<control id="blue" address="0x1A"/>
13+
</subgroup>
14+
</group>
15+
</controls>
16+
<include file="VESA"/>
17+
</monitor>

0 commit comments

Comments
 (0)