So I'm trying to make an 8x8 RGB led matrix that I control using an Arduino. To control the LEDs I was looking at using shift registers to control more LEDs with PWM than the Arduino would allow. I'm testing it on Tinkercad so I can get the concept down before I build it, but I'm having a bit of trouble with getting the code to work, and the shift registers say they have too much voltage, I may not need to worry about that one as the product sheet says it can support values between 2-6 volts but is anyone willing to take a look at my code and see if they can help me out with it?
Excuse the spaghetti wires, but I'm trying to get it to scroll across the screen one column at a time, using the cathodes to control which row it is on. I have one cord going to the latch switch on each shift register (figured it's okay as it only needs it when it needs to update), and each shift register is dedicated to only one color right now.
Here is a screenshot of my current setup (The code is pretty basic right now as I try to get it to work, right now I'm working towards generating a static image)