LED cube,shift registers and fun.

Seasons Greeting All

Sparkie4080 Here
New to this fourm.
Hi Hippynerd
Spotted your comments on the 4x4x4 led cube, and was glad to follow your code input, just what I was looking for.
I am hopefully attaching my schematic and code for my 4x4x4 led cube. I built mine on a 4.25x6.5 purfaboard and point to point wiring. the cube works well with the off board uno, but brighter with a 5Volt 2Amp wall wort.
I had a bit of trouble finding a working code for this unit. the one I found didn't have the collum part so I added it as:
int data=2; //pin 2 on the arduino board
int data=3; //pin 3 on the arduino board
int data=4; //pin 4 on the arduino board
int Col1=5; //pin 5 on the arduino board
int Col2=6; //pin 6 on the arduino board
int Col2=7; //pin 7 on the arduino board
int Col2=8; //pin 8 on the arduino board

Im going to try your code and see if it works on my cube.

Let me know if the attached files made it
Thanks
Sparkie4080

sketch_dec30a_6_in_progress.pde (3.88 KB)