Skip to main content

Enum As1115.DecodeType

The decode mode used for displaying pixels or characters

Assembly: As1115.dll
View Source
Declaration
public enum As1115.DecodeType : byte

Fields

Hexidecimal

Hexadecimal character encoding for 7-segment displays characters 0 to 9, E, H, L, P, and -

View Source
Declaration
Hexidecimal = 0

BCD

BCD character encoding for 7-segment displays characters 0 to 9 and A to F

View Source
Declaration
BCD = 1

Pixel

Direct pixel mapping for 8x8 matrix displays (default)

View Source
Declaration
Pixel = 2