ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Prints a character at the current location, in the foreground color, using the current font.

[Visual Basic]
Sub ( _ 
   ByVal Char As Char _ 
)
[C#]
void (
   char Char
);
[C++]
void (
   wchar_t Char
);
[JScript]
function (
   char Char
);

Parameters

character
The character to print.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace