Matrix8x8Bicolor.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- data
- ReadOnlySpan<Byte>
- 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