Skip to content

Instantly share code, notes, and snippets.

@jsloyer
Created February 16, 2015 16:28
Show Gist options
  • Save jsloyer/bf62f0759d7580efdb37 to your computer and use it in GitHub Desktop.
Save jsloyer/bf62f0759d7580efdb37 to your computer and use it in GitHub Desktop.
custom config for pylights
[hardware]
gpio_pins = 0,1,2,3,4,5,6,7,21,22,23,24,25,26,28,29
[lightshow]
preshow_configuration =
{
"transitions": [
{
"type": "on",
"duration": 1,
"channel_control": {
}
},
{
"type": "off",
"duration": 1,
"channel_control": {
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment