ezLCD SDK Documentation

IEZLCDAdvanced. Method 

 [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]
Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal Byte As Byte _ 
)
[C#]
void (
   EZLCDPoint EZLCDPoint,
   byte Byte
);
[C++]
void (
   EZLCDPoint EZLCDPoint,
   char Byte
);
[JScript]
function (
   EZLCDPoint EZLCDPoint,
   Byte Byte
);

Parameters

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

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace