Led strip 32 leds limit


#1

32 leds seems to be the limit mBlock can handle with my WS2812 led strip. Is this the case with other led strips as well? And is there any way to bypass this?


#2

It should be possible to adjust the strip led size in the mBot firmware source code, compile it and upload the outcome . For example at line; https://github.com/Makeblock-official/Makeblock-Firmware/blob/master/firmware/MeRGBLed.cpp#L26 and also on some previous lines.