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 |
black | convenience color: off |
brightness | naive brightnes * (r,g,b) |
can-show | No description |
clear | No description |
color | No description |
color-fade | `val` over the range maps to brightness the color.
|
color-order | Use example-rgb-revelation to discover the color-order.
Set one of the 1-x's to true.
Set one of the 2-x's to true.
The third is deduced. |
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 | Helps you decode the right RGB code to use (e.g. GRB, etc), by lighting up 3 colors. Clone this node, and follow the instructions. |
example-rgb-revelation1pixel | For 1 pixel, helps you decode the right RGB code to use (e.g. GRB, etc), by lighting up 3 colors. Clone this node, and follow the instructions |
example-simple | Turn all pixels light green, one by one.
Repeat.
Based on the Adafruit Neopixel example "simple", |
extract-rgb | Get red, green, blue elements of rgb color |
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 |
if-else(rgb-color) | Outputs either input value depending on condition |
num-pixels | No description |
readme | awgrover/adafruit-neopixel-ll
Arduino library for controlling single-wire-based LED pixels and strip.
Mechanically converted by https://forum.xod.io/u/awgrover using github.com:awgrover/arduino-2-xod from:
Adafruit NeoPixel (Adafruit_NeoPixel) by Adafruit. Version 1.1.7
https://github.com/adafruit/Adafruit_NeoPixel |
rgb-color | composite rgb+white object
0..1 values
_a rgbw should auto calculate w_ |
set-pin | No description |
set-pixel-color | No description |
set-pixel-color-rgb | No description |
show | No description |
sine8 | No description |
update-length | No description |
update-type | No description |