node-pixel
node-pixel copied to clipboard
Library for using addressable LEDs (such as NeoPixels/WS2812) with Firmata and JohnnyFive
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment...
Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.1. Changelog Sourced from sinon's changelog. 14.0.1 6c4753ef Fixed CSS selectors in _base.scss and changed blockquote default size to 16px. (Jose Lupianez) A bunch of...
Hi, is there a plan to have a Typescript support? Or is there any typings available to use? Thanks!
Hello all, unfortunately I can't switch LEDs with the Arduino Mega at the moment. I use NodePixel in combination with J5, when I output the Strip object I get the...
More a question than an issue, is support for any of the [Teensy](https://www.pjrc.com/teensy/) models on the roadmap? I noticed there are no teensy models included in this file: https://github.com/ajfisher/node-pixel/blob/master/firmware/boards.js Would...
@ajfisher I see from the source code that there is a limitation of 500 when using the I2CBACKPACK. Is there a way we can try to control addressable 1000 +...
Fixes: #246 The `*.{cpp,h}` syntax didn't seem supported by the shell that executes the Makefile on Ubuntu 18.04 (sh, not bash or zsh). So I replaced it for 2 simpler...
I'm running into an issue when running `make build-firmata`: ``` rm -rf ./firmware/build/node_pixel_firmata Creating firmata build files mkdir ./firmware/build/node_pixel_firmata cp ./firmware/src/libs/firmata/arduino/*.{h,cpp} ./firmware/build/node_pixel_firmata/ cp: cannot stat './firmware/src/libs/firmata/arduino/*.{h,cpp}': No such file or...
Hi, We are program a WS2812B led strip with 300 LED's, The problem is that we can't handle more than 216 pixel leds. We are working with arduino uno, J5...
We're trying to animate led strips using predefined gifs, but we're running into known speed limitations. Would it be interesting to add the functionality to transfer multiple predefined colors and...