HOME    PROJECTS    LIBRARIES    RESOURCES    LINKS    CONTACT  
Select category:
Arduino
  DS1302
  DS1307
  DS3231
  DS3234
  KeyPad
  LCD5110_Basic
  LCD5110_Graph
  LCD5110_SPIflash
  LEDmatrix7219
  MCP4725
  MGLCD
  OLED_I2C
  OLED_SPIflash
  OLED_StatusIcons
  relay8
  SPIflash
  SPIflash_Audio
  tinyFAT
  URTouch
  UTFT
  UTFT_Buttons
  UTFT_Geometry
  UTFT_SPIflash
  UTFT_tinyFAT
  WiiChuck
chipKit
ESP8266/32
TI LaunchPad

IF YOU LIKE,
and use any of my projects or libraries, and would like to encourage further development you can donate through PayPal here:

Rather donate hardware directly? Then click here.




Library: LEDmatrix7219

I needed a library to drive some 8x8 LED matrices using MAX7219 drivers. This library is the result.

LED MatrixMAX7219ConnectionsLED Matrix Showcase

It should be noted that the MAX7219 is designed to drive Common Cathode LED displays but my 8x8 matrices were all Common Anode. The library has not been tested with Common Cathode matrices.

For Common Anode matrices the columns should be connected to the DIGx outputs from the MAX7219, and the matrix rows should be connected to the SEGx outputs. SEG DP is the bottom row.

 IMPORTANT: 

This library uses Timer2 (for AVR-based boards like Arduino Uno and Mega2560)/Timer Counter 1, Channel 0 (for Arduino Due)  for the marquee interrupt. This may cause conflicts with other libraries. The Timer2 interrupt is only used while the marquee is running. If you are not using the marquee you do not have to worry about this.

Download:

LEDmatrix7219.zip
(Filesize is 574.77 KiB. Downloaded 7291 times)


Some demos showcasing most of the functions is included in the download.
This is a multi-platform library that will work with several different development board types.

Changes:
v1.001 Mar 2015initial release

Datasheet:

CLICK HERE TO VIEW

Compatibility:

WorkingArduino Duemilanove w/ATmega328
WorkingArduino Uno
Not workingArduino Leonardo
WorkingArduino Mega
WorkingArduino Mega2560
WorkingArduino Due
WorkingBobuino
Not tested, UnsupportedTeensy 3.1
Working = Working   Not working: Not working
Not tested, Unsupported = Not tested, Unsupported

Manual:

CLICK HERE TO VIEW
The manual is included in the download

License:

By downloading the library you accept the following license:
Creative Commons BY-NC-SA Logo
Creative Commons (CC BY-NC-SA 3.0)
View SummaryView Legal