ezLCD SDK Documentation

EZLCDCommands Enumeration

 [This is preliminary documentation and subject to change.]

Enumeration of all available EZLCD Commands.

[Visual Basic]
Public Enum EZLCDCommands As Byte
[C#]
public enum EZLCDCommands : byte
[C++]
public __value enum EZLCDCommands : char
[JScript]
public enum EZLCDCommands : Byte

Members

Member NameDescription
ARC 
BOX 
BOX_FILL 
CIRCLE_R 
CIRCLE_R_FILL 
CLS 
H_LINE 
LIGHT_OFF 
LIGHT_ON 
LINE_TO_XY 
PICTURE 
PLOT 
PLOT_XY 
PRINT_CHAR 
PRINT_CHAR_BG 
PRINT_STRING 
PRINT_STRING_BG 
PUT_BITMAP 
PUT_ICON 
PUT_SF_ICON 
SELECT_FONT 
SET_BG_COLOR 
SET_COLOR 
SET_XY 
TEXT_NORTH 
TEXT_EAST 
TEXT_SOUTH 
TEXT_WEST 
V_LINE 

Requirements

Namespace: EZLCD.Core

Assembly: EZLCD.Core (in EZLCD.Core.dll)

See Also

EZLCD.Core Namespace