adafruit / Adalight

http://ladyada.net/make/adalight/
GNU General Public License v3.0
212 stars 131 forks source link

ColorSwirl and Adalight on Processing only work with 25 LEDs exactly #16

Closed NaturalBornCamper closed 6 years ago

NaturalBornCamper commented 6 years ago

In either Colorswirl or Adalight, changing this line: int N_LEDS = 25; // Max of 65536

Or this line: static final int leds[][] = new int[][] {...}

Ends up in no LEDs lighting up at all. Even simply changing N_LEDS to 24 or 26 in Colorswirl prevents the software from working at all. No error or exception, just black LEDs