how to make groups of neopixel leds

Hello thanks,

you mean something like this, the word STAR wil be the color red?

int myLEDs[ ] = {1, 2, 3, 4, 5, 6, 7, 8};
int myLEDt[ ] = {9, 10, 11, 12, 13, 14, 15, 16};
int myLEDa[ ] = {17, 18, 19, 20, 21, 22, 23, 24};
int myLEDr[ ] = {25, 26, 27, 28, 29, 30, 31, 32};

int myLEDstar[ ] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32};


c = strip.Color(255, 0, 0); // define color red
strip.setPixelColor(myLEDstar, c); // the word STAR wil be red
strip.show(); // voor nu uit

So and with this code, only the S wil be red?

strip.setPixelColor(myLEDs, c); // leter C wil be red