neopixel

Adafruit NeoPixel library doesn't work when addressing more than 7 LED strips

风流意气都作罢 提交于 2019-12-25 00:07:42
问题 As of my last question on SO I'm working on an interactive 14x14 LED table which is being controlled by an Arduino Mega (for further information about the setup and code have a look here. After fixing the problem with data arriving at the Arduino in the wrong order I'm now facing this problem: In order to control the colours of each pixel on the LED table using Adafruit's NeoPixel library I read in an array of the form int[14][14][3]. This works fine now, but when I try to set the RGB values