#define USE_OCTOWS2811
#include <OctoWS2811.h>
#define NUM_LEDS_PER_STRIP 64
#define NUM_STRIPS 8
}
static uint8_t hue = 0;
}
}
for(int j = 0; j <= i; j++) {
}
}
hue++;
}
#define NUM_LEDS_PER_STRIP
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)