Enumerated type defining the different types of display available

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

C#
public enum DotMatrix
Visual Basic (Declaration)
Public Enumeration DotMatrix
Visual C++
public enum class DotMatrix

Collapse imageMembers

Member nameDescription
mat5x7
5 pixels by 7 pixels matrix
mat5x8
5 pixels by 8 pixels matrix
mat7x9
7 pixels by 9 pixels matrix
mat9x12
9 pixels by 12 pixels matrix
Hitachi
Hitachi style
Hitachi2
Hitachi 2 style
dos5x7
DOS style display

Collapse imageSee Also