-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnimate.ini
29 lines (25 loc) · 994 Bytes
/
Animate.ini
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
[Main]
Name=Animate
Execute=C:/Python27/python.exe Animate.py
Icon=icon.png
Author=Timur Sattarov/Ben Owen
Version=0.1
Description=Simple animation plugin.
[Lightpack]
# make sure to enable the API server in the Prismatik settings
host: 127.0.0.1
port: 3636
# ledmap specifies clockwise order of your LEDs (comma-separated)
# this is needed for the Snake animation
# LED numbers can be found on the screen grabber setup boxes
# if commented out, Snake animation defaults to an ordered list of all LEDs
#ledmap: 10,9,8,7,6,5,4,3,2,1
# cylonmap specifies groups of LEDs to use for the Cylon animation
# groups are semicolon-separated, LEDs within the groups are comma-separated
# for example, the default setting is 10,9,8; 7,6; 5,4; 3,2,1
# in these groups, '10,9,8' are the left side LEDs, '7,6' are the top-left
# '5,4' are the top-right, and '3,2,1' are the right side.
#cylonmap: 10,9,8; 7,6; 5,4; 3,2,1
[Animation]
# 1 = 1-dimension plasm, 2 = Disco distro, 3 = Snake, 4 = Cylon
type: 1