max7219_1

Library to support a single 8x8 led matrix with MAX7219

Author Rob Hamerling, Copyright © 2014..2014, all rights reserved.
Adapted-by
Compiler 2.4q2

Description

See the description of max7219.jal.


Notes

- This library supports only a single max7219 module.
       - The terms 'row' and 'column' are ambiguous: depending on the orientation
         of the module! This library calls the LEDs which can be written with a
         single write operation a column. Writing a row of a single module requires
         8 writes and the cache being active.
         See the procedures max7219_display_col() and max7219_display_row().


Dependencies


Summary

Global variables/contants

Procedures

Private

Functions


API details

Global variables/contants

Procedures

Private

Functions


Related samples

Here are the list of samples which use this library:

12f184012f1840_max7219_1_spi_sw.jal
12f184012f1840_max7219_1_spi_hw.jal
12f68312f683_max7219_1_spi_sw.jal