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 );
IEZLCDAdvanced Interface | EZLCD.SDK Namespace