Skip to content

Instantly share code, notes, and snippets.

@jesgs
Created May 13, 2015 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesgs/0a7926c86e2f9a53823e to your computer and use it in GitHub Desktop.
Save jesgs/0a7926c86e2f9a53823e to your computer and use it in GitHub Desktop.
fcserver config for working with 12mm LEDs (strands of 50)
{
"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