Hey guys, hoping anyone might have suggestions for what I should do here..

Hey guys, hoping anyone might have suggestions for what I should do here… I have 12 metres of APA102C Leds, they’re only white - not RGB. I am using the fastled library and everything works fine, the only thing is once I go past 360 leds I start to get really low on memory. I’m thinking that I can reduce that memory usage because my array of leds isn’t RGB, it’s just a single colour… but I can’t find another way of declaring my led array other than CRGB. If anyone has any ideas I’d greatly appreciate them!

What microcontroller are you using? How many LEDs are you wanting to control in total? Do you need to control every single one or are some just duplicating other strips?

Hi, I’m using an Arduino Uno… I do need control over every one as I’m translating kinect data to them…
Thanks!