ezLCD SDK Documentation

IEZLCDNative. Method

 [This is preliminary documentation and subject to change.]

Sets the current position of the pixel on the LCD. Note: This command does not affect the image on the LCD.

Overload List

Sets the current position of the pixel on the LCD. Note: This command does not affect the image on the LCD.

[Visual Basic] Sub (ByVal EZLCDPoint)
[C#] void (EZLCDPoint);
[C++] void (EZLCDPoint);
[JScript] function (EZLCDPoint);

Sets the current position pixel on the LCD. Note: This command does not affect the image on the LCD.

[Visual Basic] Sub (ByVal Byte,ByVal Byte)
[C#] void (byte,byte);
[C++] void (char,char);
[JScript] function (Byte,Byte);

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace