Includes library only definitions.
More...
|
|
#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.
|
| |
Includes library only definitions.