Closed erichstuder closed 1 year ago
I found out I was actually running out of RAM. Reducing the number of segments from 10 (default) to 1 solved my problem.
WS2812FX(Leds_count, Leds1_pin, NEO_GRB + NEO_KHZ800, 1, 1)
So no bug at all. Maybe it will be helpful for someone else.
Regards
Hello
I try to control 25 LED strips with an Arduino Mega 2560 Rev3. 14 strips look fine so far. As soon as I add the 15th nothing works anymore. (Note: I'm aware I could hang the strips in series. Due to the HW-Setup of my project this is not a solution.)
I don't think I run out of RAM:
I will now look into it and try to figure out what the problem is and if there is a possibility to fix it. But before I start digging I wanted to ask:
My Code: