ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx, Byte)

 [This is preliminary documentation and subject to change.]

Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal Byte As Byte _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx,
   byte Byte
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx,
   char Byte
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx,
   Byte Byte
);

Parameters

topLeft
The top-left location of the bitmap.
bitmapIndex
The numeric index of the bitmap to draw.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List