Last active
October 26, 2019 17:34
-
-
Save jesgs/4fe0e4246540c671fa6a69f3d5e353f7 to your computer and use it in GitHub Desktop.
Fadecandy Config
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": ["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