License: GPLv3
Node | Description |
---|---|
adafruitneopixel | constructor
https://github.com/adafruit/Adafruit_NeoPixel
Arduino: Adafruit_NeoPixel
XOD: @/input-adafruitneopixel
cpp postfix: adafruitneopixel |
adafruitneopixel1 | constructor
https://github.com/adafruit/Adafruit_NeoPixel
Arduino: Adafruit_NeoPixel
XOD: @/input-adafruitneopixel
cpp postfix: adafruitneopixel |
begin | No description |
can-show | No description |
clear | No description |
color | No description |
defer(adafruitneopixel) | Allows to create feedback loops. Repeats a change of the input on the output right after the current transaction will complete. |
equal(adafruitneopixel) | Outputs true if `IN1` = `IN2`, and false otherwise |
example-rgb-revelation | Light up the first 3 pixels in Red, Green, Blue order.
Nearest the Arduino should be Red, then Green, then Blue.
This should help you decode the right RGB code to use (e.g. GRB, etc). |
example-rgb-revelation1pixel | Light up the first pixel in order: OFF, Red, Green, Blue.
Like the 3 pixel revelation, but this only requires 1 pixel.
This should help you decode the right RGB code to use (e.g. GRB, etc). |
example-simple | Turn all pixels light green, one by one.
Repeat.
Based on the Adafruit Neopixel example "simple", |
gamma8 | No description |
gate(adafruitneopixel) | Allows values to pass through only if EN pin is set to true |
get-brightness | No description |
get-pin | No description |
get-pixel-color | No description |
get-pixels | No description |
if-else(adafruitneopixel) | Outputs either input value depending on condition |
num-pixels | No description |
readme | No description |
set-pin | No description |
set-pixel-color | No description |
show | No description |
sine8 | No description |
update-length | No description |
update-type | No description |