You could try, for example:
meteorRain( CRGB(0x00,0x00,0x00), CRGB(0xff,0xff,0xff), 10, 64, true, 250ul );
and change the delay in meteorRain to:
delayMicroseconds( SpeedDelay );
You could try, for example:
meteorRain( CRGB(0x00,0x00,0x00), CRGB(0xff,0xff,0xff), 10, 64, true, 250ul );
and change the delay in meteorRain to:
delayMicroseconds( SpeedDelay );