Enum Character
Display characters
Assembly: Tm1637.dll
View Source
Declaration
[Flags]
public enum Character : byte
Fields
None
Character representing nothing being displayed
View Source
Declaration
None = 0
SegmentTop
Segment a
View Source
Declaration
SegmentTop = 1
SegmentTopRight
Segment b
View Source
Declaration
SegmentTopRight = 2
SegmentBottomRight
Segment c
View Source
Declaration
SegmentBottomRight = 4
SegmentBottom
Segment d
View Source
Declaration
SegmentBottom = 8
SegmentBottomLeft
Segment e
View Source
Declaration
SegmentBottomLeft = 16
SegmentTopLeft
Segment f
View Source
Declaration
SegmentTopLeft = 32
SegmentMiddle
Segment g
View Source
Declaration
SegmentMiddle = 64
Dot
Segment dp
View Source
Declaration
Dot = 128
Digit0
Character 0
View Source
Declaration
Digit0 = Digit1 | C
Digit1
Character 1
View Source
Declaration
Digit1 = SegmentTopRight | SegmentBottomRight
Digit2
Character 2
View Source
Declaration
Digit2 = SegmentTop | SegmentTopRight | SegmentBottom | SegmentBottomLeft | Minus
Digit3
Character 3
View Source
Declaration
Digit3 = Digit7 | SegmentBottom | Minus
Digit4
Character 4
View Source
Declaration
Digit4 = Digit1 | SegmentTopLeft | Minus
Digit5
Character 5
View Source
Declaration
Digit5 = SegmentTop | SegmentBottomRight | SegmentBottom | SegmentTopLeft | Minus
Digit6
Character 6
View Source
Declaration
Digit6 = SegmentTop | B
Digit7
Character 7
View Source
Declaration
Digit7 = SegmentTop | Digit1
Digit8
Character 8
View Source
Declaration
Digit8 = SegmentTopRight | Digit6
Digit9
Character 9
View Source
Declaration
Digit9 = SegmentTopRight | Digit5
A
Character A
View Source
Declaration
A = Digit1 | F
B
Character B
View Source
Declaration
B = SegmentBottomRight | SegmentBottom | SegmentBottomLeft | SegmentTopLeft | Minus
C
Character C
View Source
Declaration
C = SegmentTop | SegmentBottom | SegmentBottomLeft | SegmentTopLeft
D
Character D
View Source
Declaration
D = Digit1 | SegmentBottom | SegmentBottomLeft | Minus
E
Character E
View Source
Declaration
E = SegmentBottom | F
F
Character F
View Source
Declaration
F = SegmentTop | SegmentBottomLeft | SegmentTopLeft | Minus
Minus
Character -
View Source
Declaration
Minus = 64