Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.19 KB

HCMAX7219

An Arduino library for the MAX7219 driver

Alt text

This Arduino library is written to work with the MAX7219 LED driver IC. The library will allow you to control one or more of these IC's that have been serially connected together.

The library also currently supports our 8 digit 7 segment display module (HCMODU0082): http://hobbycomponents.com/displays/597-max7219-8-digit-seven-segment-display-module

...and our 8x8 serial dot matrix display module (HCOPTO0014): http://hobbycomponents.com/opto-electronics/190-max7219-serial-dot-matrix-display-module

The library provides compatible commands and an alphanumeric character set for these types of modules. Future updates are planned to include other MAX7219 based products.

You will need to download and unzip this library to the Arduino development environments library area.

On Windows: My Documents\Arduino\libraries\

On Mac: Documents/Arduino/libraries/ or similarly for Linux.

More information on how to use this library can be found in the software section of our support forum: http://forum.hobbycomponents.com/viewtopic.php?f=58&t=1794