|
Parola for Arduino
2.0
Text effects for Parola modular hardware
|
Contains internal library definitions. More...

Macros | |
| #define | DEBUG_PAROLA 0 |
| Set to 1 to enable General debug output. | |
| #define | DEBUG_PAROLA_FSM 0 |
| Set to 1 to enable Finite State Machine debug output. | |
| #define | TIME_PROFILING 0 |
| Set to 1 to enable Time Profile debug output. | |
| #define | PRINT(s, v) |
| (GENERAL) Print a string followed by a value (decimal) | |
| #define | PRINTX(s, v) |
| (GENERAL) Print a string followed by a value (hex) | |
| #define | PRINTS(s) |
| (GENERAL) Print a string | |
| #define | FSMPRINT(s, v) |
| (FSM) Print a string followed by a value (decimal) | |
| #define | FSMPRINTX(s, v) |
| (FSM) Print a string followed by a value (hex) | |
| #define | FSMPRINTS(s) |
| (FSM) Print a string | |
| #define | PRINT_STATE(f) |
| (FSM) Print the current FSM state information | |
| #define | TIME_PROFILE(s) |
| (TIME) Print current execution time for the effect | |
| #define | LIGHT_BAR (_inverted ? 0 : 0xFF) |
| Turn display column to all LEDs on. | |
| #define | EMPTY_BAR (_inverted ? 0xFF : 0) |
| Turn display column to all LEDs off. | |
| #define | DATA_BAR(d) (_inverted ? ~d : d) |
| Turn display column to specified data. | |
| #define | ZONE_START_COL(m) (m*COL_SIZE) |
| The first column of the first zone module. | |
| #define | ZONE_END_COL(m) (((m+1)*COL_SIZE)-1) |
| The last column of the last zone module. | |
Contains internal library definitions.