The MAX7219/MAX7221 are compact, serial input/output common-cathode display drivers that interface microprocessors to 7-segment numeric LED displays of up to 8 digits, bar-graph displays, or 64 individual LEDs.
MAX7219 prevents the use of microprocessor resorces, indeed all the logic to drive LED drivers is built inside this small IC.
This library use 3 ports to control MAX7219 ic. It can control more than one ic, without the need of SPI. User can setup scan limit, intensity and other parameter of the ic.
Setup parameters are stored in file max7219.h
This library was developed on Eclipse, built with avr-gcc on Atmega8 @ 1MHz.
Changelog
- added atomic enabler on shift out function
- added get status functions
- first version
Code
Notes
- read risk disclaimer
- excuse my bad english