Skip to content

Instantly share code, notes, and snippets.

@jesgs
Last active October 26, 2019 17:34
Show Gist options
  • Save jesgs/4fe0e4246540c671fa6a69f3d5e353f7 to your computer and use it in GitHub Desktop.
Save jesgs/4fe0e4246540c671fa6a69f3d5e353f7 to your computer and use it in GitHub Desktop.
Fadecandy Config
{
"listen": ["127.0.0.1", 7890],
"relay": [null, 7891],
"verbose": true,
"color": {
"gamma": 2.5,
"whitepoint": [1.0, 1.0, 1.0]
},
"devices": [
{
"type": "fadecandy",
"map": [
[ 0, 0, 0, 50, "grb" ],
[ 0, 50, 64, 50, "grb" ],
[ 0, 100, 128, 50, "grb" ],
[ 0, 150, 192, 50, "grb" ]
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment