forked from Tasshack/libSambilight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibSambilight.config
46 lines (46 loc) · 1.09 KB
/
libSambilight.config
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"name": "16:9",
"saturation_gain_percent": 130,
"value_gain_percent": 90,
"brightness_correction": -7,
"horizontal_depth_percent": 26,
"vertical_depth_percent": 15,
"overlap_percent": 0,
"h_padding_percent": 0,
"v_padding_percent": 0
},
{
"name": "21:9",
"saturation_gain_percent": 120,
"value_gain_percent": 90,
"brightness_correction": -7,
"horizontal_depth_percent": 15,
"vertical_depth_percent": 7,
"overlap_percent": 0,
"h_padding_percent": 12,
"v_padding_percent": 0
},
{
"name": "4:3",
"saturation_gain_percent": 100,
"value_gain_percent": 100,
"brightness_correction": 0,
"horizontal_depth_percent": 12,
"vertical_depth_percent": 12,
"overlap_percent": 0,
"h_padding_percent": 0,
"v_padding_percent": 12
},
{
"name": "3:2",
"saturation_gain_percent": 100,
"value_gain_percent": 100,
"brightness_correction": 0,
"horizontal_depth_percent": 12,
"vertical_depth_percent": 12,
"overlap_percent": 0,
"h_padding_percent": 0,
"v_padding_percent": 8
}
]