FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Pixel()

void Pixel ( int x,
int y,
byte color )

Definition at line 234 of file funky.cpp.

234{ leds[XY(x, y)] = CHSV(color, 255, 255); }
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
int XY(int x, int y)
Definition funky.cpp:190
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Definition chsv.h:16

References leds, x, XY(), and y.

Referenced by Dots1(), Dots2(), Mandala8(), MSGEQtest(), MSGEQtest2(), MSGEQtest3(), MSGEQtest4(), MSGEQtest7(), MSGEQtest8(), RainbowTriangle(), SlowMandala(), SlowMandala2(), and SlowMandala3().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: