Max7219.WriteBuffer(Byte[,]) Method

Definition

Writes a two dimensional buffer containing all the values to the devices.

public void WriteBuffer (byte[,] buffer);
member this.WriteBuffer : byte[,] -> unit
Public Sub WriteBuffer (buffer As Byte(,))

Parameters

buffer
Byte[,]

Applies to