-
Your sample boblight file - could you add some comments like how to get the serial for own lightpack please?
im running raspbmc with USB based lightpack
Thanks
-
You circadian color picker has beat me to the punch on a project I am working on, so I am trying to get it working, so I can use it as a base.
But --
When I call app.py - it fails at the import ws2…
-
Since getting the latest code for the WS2801, it seems that some updates to my strand are causing the [0] LED to show RED.
I have been forced to resort to:
strip.setPixelColor(0, COLOR_BL…
-
Where are the pins defined for the ws2801 leds? I don't see anything ( i might be blind) that refs them as called on in the ws2801 library... I am using the adafruit ws2801 lib so that might be the pr…
-
I've written a python RGB driver for the Raspberry Pi (WS2801 and LDP8806); I'm working on supporting incoming TCP packets containing a frame buffer (or similar). Any thoughts on supporting a TCP/IP …
-
I get a NullPointerException consistently when building projects. However, the project does appear to build ok and I can upload to the Arduino. I am using plug-in version 1.2.4. The errors/environment…
-
when i imported my files into vixen, the FIRST file i have to remove several frames at the beginning manually
-
Please add support for LED Modules with different color order (LED colors are connected in different order to WS2801).
The code has hardcoded color order RGB, but I'm using Modules with color order B…