Sets the current position of the pixel on the LCD.
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);
EZLCD004 Class | EZLCD.SDK Namespace