Uses of Enum Class
com.pi4j.crowpi.components.LedMatrixComponent.ScrollMode
-
Uses of LedMatrixComponent.ScrollMode in com.pi4j.crowpi.components
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LedMatrixComponent.ScrollMode[]
LedMatrixComponent.ScrollMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
LedMatrixComponent.scroll
(Direction direction, LedMatrixComponent.ScrollMode scrollMode, byte[] newBuffer, int newOffset) Scrolls the display towards the given direction and fills the empty row/column based on scroll mode.