Hi all, I've been lurking around for some time now, but this is my first time posting ^^
I'm making a big led matrix using 9 of those 8x8 bi-color matrices, so I'll have a 24x24x2 led matrix.
Since I'll have to control 1152 led's I'm a little concerned about the refresh rate if I use just one pin to send data to the shift registers, my idea was to control the shift registers in groups of three, three registers controlling the rows, three controlling the red column and three controlling the green column, but the real question is, how can I control these groups simultaneously?
I want to send the data to them at the same time, hoping to improve the frame-rate, does anyone know how can I do that?
Thanks in advance.