ok thanks.
Ive tried to tweak diff. variables but Im stumped.
I replaced line 31 with this:
int i = CRGB leds[ NUM_LEDS ];
and that does not work.
In my button read function area at the bottom of the code Ive tried replacing 12 with NUM_LEDS, 0-12, etc…
how do I get the code to write to ALL 12 LEDs ? Ive re-read the FAST LED basic usage guide and cant find it.
Also what is the command for setting a pattern in my read button functions?