-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration-sample.json
39 lines (39 loc) · 1017 Bytes
/
configuration-sample.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
{
"tkdisplay":{
"width":32,
"height":16,
"scale":8
},
"leddisplay":{
"port":"/dev/ttyUSB0",
"speed":2000000
},
"animator":{
"queue":256,
"fps":25,
"loop":true,
"animations": [
{"module":"animations.rainbow", "duration":30.0},
{
"module": "animations.tweet",
"duration": 30.0,
"auth":{
"oauth":{
"consumer_key":"",
"consumer_secret":"",
"oauth_token":"",
"oauth_secret":""
}
},
"track":"whatever",
"fps":0,
"wait":2.5,
"speed":1,
"font":"fonts/alterebro-pixel-font.ttf",
"size":16,
"baseline":4
},
{"module":"animations.heartbeat", "duration":30.0}
]
}
}