MatrixGraphics Class

Definition

Graphical functions for a MAX7219 device

public class MatrixGraphics
type MatrixGraphics = class
Public Class MatrixGraphics
Inheritance
MatrixGraphics

Constructors

MatrixGraphics(Max7219, IFont)

Constructs MatrixGraphics instance

Properties

Font

Font used for drawing text

Methods

ScrollDown(Boolean)

Scrolls the underlying buffer (for all cascaded devices) down one pixel

ScrollLeft(Byte, Boolean)

Scrolls the underlying buffer (for all cascaded devices) to the left

ScrollRight(Byte, Boolean)

Scrolls the underlying buffer (for all cascaded devices) to the right

ScrollUp(Boolean)

Scrolls the underlying buffer (for all cascaded devices) up one pixel

ShowMessage(String, Int32, Boolean)

Shows a message on the device. If it's longer then the total width (or == true), it transitions the text message across the devices from right-to-left.

WriteLetter(Int32, Char, Boolean)

Writes a char to the given device with the specified font.

Applies to