Skip to content

Instantly share code, notes, and snippets.

@adammhaile
Created July 1, 2017 01:07
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 adammhaile/598198948c9708672e7bdbcfc1a6fc2c to your computer and use it in GitHub Desktop.
Save adammhaile/598198948c9708672e7bdbcfc1a6fc2c to your computer and use it in GitHub Desktop.
{
"driver": {
"typename": "bibliopixel.drivers.serial.Serial",
"ledtype": "GENERIC",
"num": 1024,
"hardwareID": "16C0:0483"
},
"layout": {
"typename": "matrix",
"width": 32,
"height": 32,
"threadedUpdate": true,
"brightess": 64
},
"animation": {
"typename": "BiblioPixelAnimations.matrix.bloom.Bloom"
},
"run": {
"amt": 6,
"fps": 10
}
}

run with bibliopixel --loglevel debug run 1k.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment