MAX7219tiny is a C library for working with the MAX7219 display driver to control an 8×8 LED matrix. It is intended to be used with the Tinusaur boards but should also work with any other board based on ATtiny85 or a similar microcontroller.
- MAX7219tiny Source Code: https://gitlab.com/tinusaur/max7219tiny
- GitHub mirror at: https://github.com/tinusaur/max7219tiny
NOTE: This project was developed for and tested on the ATtiny85 microcontrollers. It might or might not work in other environments.
Check also this MAX7219 & ATtiny85 tutorial to learn how this library works.