-
Notifications
You must be signed in to change notification settings - Fork 0
/
boblight.conf
63 lines (54 loc) · 967 Bytes
/
boblight.conf
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[global]
#interface 10.0.0.2
#port 19333
#[device]
#name ambilight1
#output dd bs=1 > /dev/null 2>&1
#channels 6
#type popen
#interval 10000
#[device]
#name ambilight1
#output /dev/ttyACM0
#channels 12
#type momo
#interval 20000
#prefix FF
#rate 19200
[device]
name ambilight1
output /dev/ttyUSB0
channels 3
type ltbl
interval 20000
rate 115200
[color]
name red
rgb FF0000
[color]
name green
rgb 00FF00
[color]
name blue
rgb 0000FF
#[light]
#name right
#color red ambilight1 2
#color green ambilight1 4
#color blue ambilight1 6
#hscan 50 100
#vscan 0 100
#[light]
#name left
#color red ambilight1 1
#color green ambilight1 3
#color blue ambilight1 5
#hscan 0 50
#vscan 0 100
[light]
name main
color red ambilight1 1
color green ambilight1 2
color blue ambilight1 3
hscan 0 100
vscan 0 100