int YPos, int XSize, int YSize,
int Format, str HexString)
Function: Used to write the image data to the LCD display. The data is written at
the location specified by the combination of Dest, XPos, and YPos. The
Mode determines how the data is written. SEE REMARKS BELOW
ON THE FORMAT ARGUMENT.
Mode 0 - Clear: The display is cleared at the specific
location.
Mode 1 - Complement: The display is complemented at the
specific location.
Mode 2 - WriteOpaque: The contents of the background memory
in the tablet are transferred to the LCD
display, overwriting the current contents
of the LCD display.
Mode 3 - WriteTransparent: The contents of the background memory
in the tablet are transferred to and
combined with the visible LCD memory.
Arguments: Integers:
Dest 0 = Foreground.
1 = Background memory in tablet.
Mode 0, 1, 2, 3 as defined above.
XPos Location in LCD coordinates to draw at.
YPos Location in LCD coordinates to draw at.
XSize Width in LCD pixels.
YSize Height in LCD pixels.
Format Not currently implemented. Pass a 0.
String:
HexString ASCII hex string value.
Return Value: Bool TRUE if a checksum is received and verified.
FALSE if no or an incorrect checksum is received
from the tablet.
Remarks: Currently, the Format argument of this method is non-functional. Please
pass a 0 for this argument.
_____________________________________________________________________
Copyright 1995 - 2005, Topaz Systems, Inc. All Rights Reserved, Patent Pending
Topaz Systems, Inc., 650 Cochran Street, Unit 6, Simi Valley, CA, USA, 93065
Phone: 805 520-8282 Fax: 805 520-0867 www.topazsystems.com