Has anyone else had issues with certain led chipsets when using a teensy 3.1

Has anyone else had issues with certain led chipsets when using a teensy 3.1 audio shield? Noticing my fft object is all zeros after instantiating a P9813 strand but if I comment out the addLeds call I see data. I was going to try a 2811 strand tonight to see if it’s specific to that type of strand.

Are you running out of RAM, and the instantiation of the leds array is stomping on the ram used by the fft object?

Its possible. I confirmed that the 2811 strand I have doesn’t exhibit the same problem and it’s 60 pixels long vs 50 for the coolneon strand. I wonder if it has something to do with SPI…

Does the teensy 3.1 audio shield use SPI?