Closed sudousercom closed 1 year ago
This looks like the Arduino is running out on memory. There is not much you can do.when you use a single channel from which size do you scale up?
This looks like the Arduino is running out on memory. There is not much you can do.when you use a single channel from which size do you scale up?
60 as i remember
so, reduse ledController.addLEDs to 10 on both channels, and set scale to 168 on 1, and to 223 on 2 helps, and now all works as expected, thank you!
so, reduse ledController.addLEDs to 10 on both channels, and set scale to 168 on 1, and to 223 on 2 helps, and now all works as expected, thank you!
but works weird, like small count of leds, and filled up more faster, than colors changed
max value, for leds per channel for ledController.addLEDs is 44, 45 lead to crashes. slow update cause is low framerate, about 15-17
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi! I try to adding more than 135leds in PINs definition, and in CRGB array, and than i use CLP::scale Controller just disconnect after few seconds in software like iCUE or SignalRGB It works perfect with one channel, i can add all my leds per one piece (391 leds with scale works fine) But with two channels it crashes any time when i adding more than 135led per channel (in PINs definitions, CRGB just ignored bigger values and not scales)
the code: