tigerspittingfire:
the leds are connected from output pins 1-6
Which LED is connected to which output bit? Something like this?
0:
1: R1
2: G1
3: B1
4: R2
5: G2
6: B2
7:
It would have been easier if the LEDs were connected to outputs 0-2 and 4-6 of the shift registers.
0: R1
1: G1
2: B1
3:
4: R2
5: G2
6: B2
7:
this is a prototype once i master the code im gunna surface mount everything to minimize space.
It will be a lot easier to master the code if you write it yourself. I've given you a starting point. You fill the color array with color values for the 20 LEDs and send them all out. The lights will stay lit in that pattern until you send a different pattern.
If the LEDs are connected to different bits than what I assumed it's just a matter of adjusting the "color[register2]<<4 + color[register2+1]" to get each color value in the right place for your hardware.