As the title suggest, what limits the number of "pixels" I can control in an individually addressable LED strip such as SK6812. Most controllers on the market I see are only up to 2048 pixels.
If I were to make my own controller I can simply circumvent this by assigning another signal pin to the next line and just time it in code. Is it the driving capability of the digital pin ? I thought each pixel in the LED strip will act as a repeater after it recieves its color. I can also just use a MOSFET to increase the current capability of the data pin if that's the problem.
So why do they stop at 2048?
there's no way to count the LEDs... not quite correct ... you can monitor the data output of the last LED ... you would only need to do that once – jsotola Nov 24 '20 at 23:40