SigPlus.Net Documentation |
|
SigPlusNET.LCDWriteString Method
Remarks
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.
- Mode 0 - Clear: The Display is cleared at the specified location.
- Mode 1 - Complement: The Display is complemented at the specified location.
- Mode 2 - WriteOpaque: The contents of the background memory in the tablet
are transferred to the LCD display, overwriting the contents of the LCD display.
- Mode 3 - WriteTransparent: The contents of the background memory in the
tablet are combined with and transferred to the visible LCD memory
Return Value
True if checksum received and verified. False if no checksum or
checksum incorrect.
Parameters
Dest-
0 = Foreground, 1 = Background memory in tablet
Mode-
0, 1, 2, 3 as defined above
XPos-
Location in LCD coords to draw at
YPos-
Same
DrawFont-
Not currently implemented, pass a 0
Str-
ASCII hex string value.
See Also
SigPlusNET Class | Topaz Namespace