Hello,
I am currently working on a project where I have Neopixels assembled to form a 7-segment display forming a clock to an Arduino UNO.
Each strand (a segment of the clock) is made of 9 pixels where I connect each strand together through wiring.
The current problem I'm having is when I define 103 pixels and fill them with a color the pixels work fine, but when I try 104 the pixels won't turn on at that point. I've tried replacing a couple of the strips and checked to make sure they're all getting the proper voltage across the clock and it all looks fine. I'm fairly sure it's an electrical problem, as opposed to a code problem, and the only thing I can think of is that the Din signal is getting lost at that point, and was wondering If anyone had any suggestions.
Thanks!