LCD_write_str_code
Description
This function writes a string to the LCD starting at the current LCD
cursor position. The string MUST be 0 terminated. The LCD cursor
position is advanced automatically to the character position after the
last character written (the last character of the string not the 0
terminator).
Definition
LCD_write_str_code(char * const str)
Library
LIB/lcd_lib.bas
Usage
On entry:
str points to a CODE memory array that contains the string to be
displayed.
On exit:
There is no return value