ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Sets the current position of the pixel on the LCD.

Overload List

Sets the current position of the pixel on the LCD.

[Visual Basic] Public Sub (ByVal EZLCDPointEx)
[C#] public void (EZLCDPointEx);
[C++] public: void (EZLCDPointEx);
[JScript] public function (EZLCDPointEx);

Sets the current position pixel on the LCD.

[Visual Basic] Public Sub (ByVal UInt16,ByVal Byte)
[C#] public void (ushort,byte);
[C++] public: void (unsigned short,char);
[JScript] public function (UInt16,Byte);

See Also

EZLCD004 Class | EZLCD.SDK Namespace