1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
hl.monitor({
output = "desc:LG Electronics LG ULTRAGEAR 306NTQD5B076",
mode = "[email protected]",
position = "2560x0",
scale = 1.25,
bitdepth = 10
})
hl.monitor({
output = "desc:Microstep MPG341CX OLED",
mode = "[email protected]",
position = "4608x0",
scale = 1,
bitdepth = 10
})
hl.monitor({
output = "desc:DENON Ltd. DENON-AVR 0x01010101",
mode = "[email protected]",
position = "8048x0",
scale = 1.50,
bitdepth = 10,
cm = "hdr",
sdrbrightness = 1.1,
sdrsaturation = 1.15
})
|