No Delay! Neopixels RGB LED's

Hi All,

I'm controlling some RGB LED's using Adafruits Neopixel Library.

I can turn pixels on and off, change color etc but I need to make them flash without using delay as this is messing up my other code.

I'm happy to pay some one to write some code for me. It should be simple enough with some milli timing?

I'm turning all the LED's on with the code below.

for (int i = 0; i <=5; i++) strip.setPixelColor(i, 255, 255, 255);
  strip.show();

I would need code I can reuse and have adjustable timing for the flashing ON/OFF.

Thanks!

Just sent you a PM.