#define NUM_LEDS_PER_STRIP 16
#define NUM_STRIPS 16
delay(5000);
Serial.begin(57600);
Serial.println("Starting...");
}
Serial.println("Loop....");
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)