Ok, here’s a question. Is there a way to code in virtual leds? Basically, I am making a sign that will block out certain sections of a matrix behind it. I am also making the matrix from strips. If I code in a certain height and width of a matrix, and assign virtual leds can u skip the data being sent to these virtual leds as if they were there?
Try the technique used here: https://github.com/macetech/RGBShades/blob/master/XYmap.h
(I’m doing it with the latest iteration of the Technocolour Dreamcoat and it’s working well.
Yea, that does help tremendously. Thanks.