Edit

Share via


Matrix8x8Bicolor.Write Method

Definition

Overloads

Write(ReadOnlySpan<Byte>, LedColor)

Writes bytes to matrix, row by row

Write(ReadOnlySpan<Byte>, Int32)

Write raw data to display buffer

Write(ReadOnlySpan<Byte>, LedColor)

Writes bytes to matrix, row by row

public void Write (ReadOnlySpan<byte> data, Iot.Device.Display.LedColor color);
override this.Write : ReadOnlySpan<byte> * Iot.Device.Display.LedColor -> unit
Public Sub Write (data As ReadOnlySpan(Of Byte), color As LedColor)

Parameters

color
LedColor

Applies to

Write(ReadOnlySpan<Byte>, Int32)

Write raw data to display buffer

public override void Write (ReadOnlySpan<byte> data, int startAddress = 0);
override this.Write : ReadOnlySpan<byte> * int -> unit
Public Overrides Sub Write (data As ReadOnlySpan(Of Byte), Optional startAddress As Integer = 0)

Parameters

data
ReadOnlySpan<Byte>

Array of bytes to write to the display

startAddress
Int32

Address to start writing from

Applies to