Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIllegalDigit = errors.New("Invalid digit selected")
Functions ¶
This section is empty.
Types ¶
type Character ¶
type Character byte
Each bit translates to a pin, which is driven high or low
const ( Zero Character = 0 One Character = 1 Two Character = 2 Three Character = 3 Four Character = 4 Five Character = 5 Six Character = 6 Seven Character = 7 Eight Character = 8 Nine Character = 9 Dash Character = 10 E Character = 11 H Character = 12 L Character = 13 P Character = 14 Blank Character = 15 Dot Character = 128 )
Click to show internal directories.
Click to hide internal directories.