Hi all,
I’m trying to implement a large amount of LEDs with the Teensy 3.2 but having performance issues when scaling up to a longer strip. I’m using the manage your own input(https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples#managing-your-own-output) so I can show each strip individually in hopes to speed it up. I want to go even further and control sections of a strip rather than a whole strip at once but I’m not sure how to implement that. I thought maybe that here would be the answer: http://fastled.io/docs/3.1/class_c_pixel_l_e_d_controller.html#a36cc2a15671bae0db53df1e26b4a813c
I don’t know how to get that working though, or even if it is what I’m looking for. Basically I’m unable to update the strips fast enough when going to the longer strands.
My longest strip has 800 LEDs to control, obviously a big task so I am thinking it could be hardware limitations. I’m using TM1803 and FastLED 3.1 as well. The strips have power injected every 5m but just the one Teensy is controlling the whole strip. Thanks for any help or insight!