Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.
Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.
Inherited from EZLCDBase.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte);
[C++] public: virtual void (EZLCDPoint,char);
[JScript] public virtual function (EZLCDPoint,Byte);
Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.
[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal Byte)
[C#] public void (EZLCDPointEx,byte);
[C++] public: void (EZLCDPointEx,char);
[JScript] public function (EZLCDPointEx,Byte);
EZLCD004 Class | EZLCD.SDK Namespace