Class TextDisplayConfig
Represents Text Display configurations
Assembly: Meadow.Contracts.dll
View Source
public class TextDisplayConfig
Fields
Height
Height of the display in lines (usually 2 or 4).
View Source
public ushort Height
Width
Width of the display in columns (normally 16 or 20).
View Source
public ushort Width
FontScale
Font scale multiplier for pixel displays.
View Source
public ushort FontScale