awgrover/adafruitneopixel@2.2.0

License: GPLv3

awgrover/adafruit-neopixel-ll Arduino library for controlling single-wire-based LED pixels and strip (Neopixels). 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
NodeDescription
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
beginNo description
black
convenience color: off
brightness
naive brightnes * (r,g,b)
can-showNo description
clearNo description
colorNo 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
gamma8No description
gate(adafruitneopixel)
Allows values to pass through only if EN pin is set to true
get-brightnessNo description
get-pinNo description
get-pixel-colorNo description
get-pixelsNo description
if-else(adafruitneopixel)
Outputs either input value depending on condition
if-else(rgb-color)
Outputs either input value depending on condition
num-pixelsNo 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-pinNo description
set-pixel-colorNo description
set-pixel-color-rgbNo description
showNo description
sine8No description
update-lengthNo description
update-typeNo description
To use the nodes in your project you should have the awgrover/adafruitneopixel library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.