PIDevice_MAX7219_LED_MATRIX Xojo Plugin

PIDevice_MAX7219_LED_MATRIX.Constructor Constructor (console safe)

A constructor to create instance of the class. Number of LCD matrixes that you have on the chain is passed down as parameter.

Constructor(
   matrixCount as Integer)

Parameters

matrixCount
Minimum value is 1, maximum value is 8.

Remarks

This only creates instance of the class but does not start the serial communication.

See Also

PIDevice_MAX7219_LED_MATRIX Class