nickgammon / MAX7219_Dot_Matrix

Arduino library for MAX7219 display chip used with 8x8 dot-matrix display
37 stars 17 forks source link

MAX7219_Dot_Matrix

Arduino library for MAX7219 display using SPI.

For use with 8x8 LED dot-matrix displays.

For details about the theory, wiring, schematic, etc. see:

Read more

The bit-banged SPI library used in this library can be found at:

bitBangedSPI