Sets the current position of the pixel on the LCD. Note: This command does not affect the image on the LCD.
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);
IEZLCDNative Interface | EZLCD.SDK Namespace