PIDevice_MAX7219_LED_MATRIX Xojo Plugin

PIDevice_MAX7219_LED_MATRIX.SendSymbol Method (console safe)

Sends a custom symbol to the display.

SendSymbol(
   matrixNumber as Integer,
   symbol as PIDevice_MAX7219_8x8Symbol)

Parameters

matrixNumber
The number of the matrix to send to. 1 is the first display. If you put -1 here then it will send to all the displays.
symbol
The symbol to send. This is instance of PIDevice_MAX7219_8x8Symbol class.

Remarks

See Also

PIDevice_MAX7219_LED_MATRIX Class