MD_MAXPanel LED Matrix Panel Arduino Library  1.2
Library to control a panel of connected MAX72XX devices
MD_MAXPanel_lib.h File Reference

Includes library only definitions. More...

+ This graph shows which files directly or indirectly include this file:

Macros

#define MP_DEBUG   0
 Enable or disable (default) debugging output from the MD_MAX72xx library.
 
#define PRINT(s, v)
 Print a string followed by a value (decimal)
 
#define PRINTX(s, v)
 Print a string followed by a value (hex)
 
#define PRINTB(s, v)
 Print a string followed by a value (binary)
 
#define PRINTS(s)
 Print a string.
 
#define X2COL(x, y)   (((y / ROW_SIZE) * (getXMax() + 1)) + (getXMax() - (x % (getXMax() + 1))))
 Convert x coord to linear coord.
 
#define Y2ROW(x, y)   (ROW_SIZE - (y % ROW_SIZE) - 1)
 Convert y coord to linear coord.
 
#define CHAR_SPACING_DEFAULT   1
 Default number of pixels between characters.
 

Detailed Description

Includes library only definitions.