-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-config.json
55 lines (55 loc) · 1006 Bytes
/
example-config.json
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
{
"maweb": {
"endpoint": "192.168.178.31",
"creds": {
"username": "remote",
"password": "PASSWORD"
},
"keepAlive": 10000,
"playbackRefreshRate": 30
},
"controller": {
"neopixel": {
"options": {
"leds": 32,
"stripType": "grb",
"dma": 10,
"gpio": 18,
"brightness": 255,
"refreshTime": 10
},
"dot2Color": {
"red": 245,
"green": 189,
"blue": 7
},
"startup": {
"red": 0,
"green": 0,
"blue": 60
},
"intensity": {
"buttonOff": 0.2,
"buttonOn": 1
}
},
"gpio": {
"interval": 100,
"buttons": {
"waitTilRead": 1,
"inputPins": [26,24,29,31],
"outputPins": [16,18,22]
},
"displays": {
"waitTilRead": 1
},
"encoder": {
"pins": {
"switch": 37,
"A": 32,
"B": 36
}
}
}
}
}