MAX7219
For this design I’ve used Iduino UNO board
MAX7219 needs to be initialized prior to sending data. For example to define the LED brightness and mode of operation. This is done by setup() section in the sketch. Just to show how this function works I made a simple counter, sending digits 0-9 to MAX7219.