Created
May 13, 2015 00:22
-
-
Save jesgs/0a7926c86e2f9a53823e to your computer and use it in GitHub Desktop.
fcserver config for working with 12mm LEDs (strands of 50)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"listen": [ null, 7890 ], | |
"verbose": true, | |
"color": { | |
"gamma": 2.5, | |
"whitepoint": [ 0.9, 0.9, 0.9 ] | |
}, | |
"devices": [ | |
{ | |
"type": "fadecandy", | |
"serial": "RFZRHRGKTLGJMLIL", | |
"map": [ | |
[ 0, 0, 0, 60, "grb" ], | |
[ 0, 50, 64, 60, "grb" ], | |
[ 0, 100, 128, 60, "grb" ], | |
[ 0, 150, 192, 60, "grb" ], | |
[ 0, 200, 256, 60, "grb" ], | |
[ 0, 250, 320, 60, "grb" ], | |
[ 0, 300, 384, 60, "grb" ], | |
[ 0, 350, 448, 60, "grb" ] | |
] | |
}, | |
{ | |
"type": "fadecandy", | |
"serial": "WQQYGQYORBAJAPAD", | |
"map": [ ] | |
}, | |
{ | |
"type": "fadecandy", | |
"serial": "YMDTAGNHVBIVKFCL", | |
"map": [ ] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment