Thomas Kolb
d4a2e7ef4c
- basic configuration is now done via a lua script - all the animation is generated by a lua script (see pulsetunnel.lua and vumeter.lua for examples) - basic calculations (FFT, RMS) are done in C and accessible on demand from the lua scripts
8 lines
100 B
Lua
8 lines
100 B
Lua
WS2801_HOST = "192.168.23.222"
|
|
WS2801_PORT = 2703
|
|
|
|
NUM_MODULES = 20
|
|
CENTER_MODULE = 10
|
|
|
|
GAMMA = 2.0
|