Edit

Share via


FixedSizeFont(Int32, Byte[], Int32) Constructor

Definition

Constructs FixedSizeFont instance

public FixedSizeFont (int bytesPerCharacter, byte[] data, int spaceWidth = 3);
new Iot.Device.Max7219.FixedSizeFont : int * byte[] * int -> Iot.Device.Max7219.FixedSizeFont
Public Sub New (bytesPerCharacter As Integer, data As Byte(), Optional spaceWidth As Integer = 3)

Parameters

bytesPerCharacter
Int32

number of bytes per character

data
Byte[]

Font data

spaceWidth
Int32

Space width

Applies to