Parola for Arduino 3.7
Text effects for LED Matrix modular hardware
|
Main header file for the MD_Parola library. More...
#include <Arduino.h>
#include <MD_MAX72xx.h>
Classes | |
class | MD_PZone |
class | MD_Parola |
Enumerations | |
enum | textPosition_t { PA_LEFT , PA_CENTER , PA_RIGHT } |
enum | textEffect_t { PA_NO_EFFECT , PA_PRINT , PA_SCROLL_UP , PA_SCROLL_DOWN , PA_SCROLL_LEFT , PA_SCROLL_RIGHT , PA_SPRITE , PA_SLICE , PA_MESH , PA_FADE , PA_DISSOLVE , PA_BLINDS , PA_RANDOM , PA_WIPE , PA_WIPE_CURSOR , PA_SCAN_HORIZ , PA_SCAN_HORIZX , PA_SCAN_VERT , PA_SCAN_VERTX , PA_OPENING , PA_OPENING_CURSOR , PA_CLOSING , PA_CLOSING_CURSOR , PA_SCROLL_UP_LEFT , PA_SCROLL_UP_RIGHT , PA_SCROLL_DOWN_LEFT , PA_SCROLL_DOWN_RIGHT , PA_GROW_UP , PA_GROW_DOWN } |
enum | zoneEffect_t { PA_FLIP_UD , PA_FLIP_LR } |
Main header file for the MD_Parola library.
enum textEffect_t |
Text effects enumerated type specification.
Used to define the effects to be used for the entry and exit of text in the display area.
enum textPosition_t |
Text alignment enumerated type specification.
Used to define the display text alignment and to specify direction for scrolling and animations. In the situation where LEFT AND RIGHT are the only sensible options (eg, text scrolling direction), CENTER will behave the same as LEFT.
enum zoneEffect_t |
Zone effect enumerated type specification.
Used to define the effects to be used for text in the zone.
The FLIP_UD and FLIP_LR effects are specifically designed to allow rectangular shaped display modules (like Parola or Generic types) to be placed in an inverted position to allow all matrices to be tightly packed into a 2 line display. One of the lines must be flipped horizontally and vertically to remain legible in this configuration.