Skip to main content

Enum Max7219.CharacterType

Character type

Assembly: Max7219.dll​
View Source​
Declaration
public enum Max7219.CharacterType : byte

Fields​

_0​

Zero (0)

View Source​
Declaration
_0 = 0

_1​

One (1)

View Source​
Declaration
_1 = 1

_2​

Two (2)

View Source​
Declaration
_2 = 2

_3​

Three (3)

View Source​
Declaration
_3 = 3

_4​

Four (4)

View Source​
Declaration
_4 = 4

_5​

Five (5)

View Source​
Declaration
_5 = 5

_6​

Six (6)

View Source​
Declaration
_6 = 6

_7​

Seven (7)

View Source​
Declaration
_7 = 7

_8​

Eight (8)

View Source​
Declaration
_8 = 8

_9​

Nine (9)

View Source​
Declaration
_9 = 9

Hyphen​

Hyphen (-)

View Source​
Declaration
Hyphen = 10

E​

E

View Source​
Declaration
E = 11

H​

H

View Source​
Declaration
H = 12

L​

L

View Source​
Declaration
L = 13

P​

P

View Source​
Declaration
P = 14

Blank​

Space ( )

View Source​
Declaration
Blank = 15

Count​

Count of characters

View Source​
Declaration
Count = 16