node-pixel
node-pixel copied to clipboard
Library for using addressable LEDs (such as NeoPixels/WS2812) with Firmata and JohnnyFive
With the current API to update each pixel you need to call color per pixel (e.g. `strip.pixel(i).color(rgb);`), this also requires one or more messages per pixel update. Isn't there a...
Hi there, I've flashed the current version of node-pixels onto a standard Arduino Mega and I've tried running my own custom code as well as the examples. If I run...
Is it possible to get RGBW LED support? I just came over the issue because I accidentally bought two of the 8 LED PCBs, unfortiantely I bought the RGBW version...
It runs into error when flash Backpack using "interchange install git+https://github.com/ajfisher/node-pixel -a nano", Error: Sending 3020: receiveData timeout after 400ms. Anyone has the same issue?
Thank you for a great library! I was wondering if you have any plans to write a ConfigurableFirmata implementation of your firmware. Working on a project at the moment where...
Is there any way to control LED brightness in node-pixel, and if not is it potentially on the roadmap? Thank you!
Add the ability to have a rectangular matrix of pixels and support this natively.
Hi, I'm trying to finish up my work with supporting RGBW pixels. I'm looking to get debug output from the board to help fix that last few bugs and have...
This PR will allow for creating any color using RGBW pixels and strips. TODO: - [ ] make it configurable so that RGBW is not the default to minimize bandwidth...