Skip to main content

Class TextDisplayConfig

Represents Text Display configurations

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class TextDisplayConfig

Fields

Height

Height of the display in lines (usually 2 or 4).

View Source
Declaration
public ushort Height

Width

Width of the display in columns (normally 16 or 20).

View Source
Declaration
public ushort Width

FontScale

Font scale multiplier for pixel displays.

View Source
Declaration
public ushort FontScale