Soldering Problem

Hey guys ! I'm starting a project ( Robot Head ) but i want to do the led matrix myself to have the perfect size, so i made my little research and i found this : Arduino Project: 8x8 LED Matrix Array & MAX7219 Drivers - YouTube ( SEE AT 1:17 / 1:18 )

This guy soldered 4 chip but i'm lost, he wind all the wires and i can't see how to do like him, can someone make me rough diagram to help me ! Thank you !

Why don't you ask the guy who did it? Perhaps he doesn't know that it's not easy to follow and needs to be clearer?

Already tried but no response, that's why i'm asking you guys ><

Take a look at the datasheet, especially the pinouts, typical application circuit diagrams, and figure 3 on page 13.
It's just a serial connection:
The clock line is common to all chips, just like the CS (+latch) line. All chips have a serial data in and a serial data out. The serial data out of the first chip goes to the serial data in of the next chip.
Power and ground are also shared.

Pieter

It looks to me like he is just connecting:

All VIN in parallel
All GND in parallel
All CK in Parallel

Daisy chaining Data out to Data in of each board.

Do you have this same board?