Mercurial > code > home > repos > light9
diff light9/Effects.py @ 1254:da8a4696227f
make the rgb strip work more like the neo ones
Ignore-this: e272be49d61373e188f7da5de19c273b
author | drewp@bigasterisk.com |
---|---|
date | Sat, 13 Jun 2015 06:28:30 +0000 |
parents | c98a239e0d0b |
children | 0bfaeaa40cfe |
line wrap: on
line diff
--- a/light9/Effects.py Sat Jun 13 06:12:44 2015 +0000 +++ b/light9/Effects.py Sat Jun 13 06:28:30 2015 +0000 @@ -18,7 +18,7 @@ @register class Strip(object): """list of r,g,b tuples for sending to an LED strip""" - which = 'L' # LR means both + which = 'L' # LR means both. W is the wide one pixels = [] @classmethod def solid(cls, which='L', color=(1,1,1), hsv=None):