I like to be able to write a program that says, at this time, display this color, at this light.... so that all 150 or 300 leds would refresh at the same time with unique colors. This would be reading from a file, so as to say not random and not chasing.
Can anyone point me in the right direction of how to best control it?
Again, thanks, I know this is a total newb question.
so that all 150 or 300 leds would refresh at the same time with unique colors.
So that means you have to provide 150 to 300 different control signals with each LED wired up separately to a unique control signal.
That is not something that is easy to do as it requires a lot of hardware.
Right... Think of it as a 150x1 matrix. I know there are some ways to port an animation to a matrix. Is there a way I could do this on an LED strip? Or are they not wired like that?