-
Default direction for scroll operations
void
Prints the given string to the LED matrix by scrolling each character in towards the given direction with the default scroll delay.
void
Prints the given string to the LED matrix by scrolling each character in towards the given direction with a custom scroll delay.
void
Rotates the display towards the given direction and wraps around the affected row/column.
void
Scrolls the display towards the given direction and leaves the now empty row/column empty.
protected void
Scrolls the display towards the given direction and fills the empty row/column based on scroll mode.
void
Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in with the default scroll delay.
void
Transitions the current LED matrix display to the given symbol by gradually scrolling the symbol in.
-
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.