| PIDevice_MAX7219_LED_MATRIX Xojo Plugin |
|
PIDevice_MAX7219_8x8Symbol.Part Method (console safe)
Sets or gets a single led in the matrix.
Part(
x as UInt8,
y as UInt8) as Boolean
Part(
x as UInt8,
y as UInt8
assigns value as Boolean)
Parameters
- x
- x coord of the led. This can be from 0 to 7
- y
- y coord of the led. This can be from 0 to 7
- value (assignment parameter)
- The value to set, true or false
Returns
- Boolean
Remarks
See Also
PIDevice_MAX7219_8x8Symbol Class