I have been trying to upload a slightly modified version of the traffic light example from the getting started section to Arduino Leonardo . I have replaced the leds with ws2812 mono node and the sketch seems quite small but i receive the sketch too big error . Should i buy a board with more memory or is it possible that the sketch is wrong ?
try wiring a single constant port node, i.e. D06, to all of the ports requiring that digital port.
reduce the number of unused nodes in your project. We can’t see how many there are on your screen shot; I’ve had similar issue with lots of unused nodes holding C-String arrays.