LCD_write_str

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(char *str)

Library

LIB/lcd_lib.bas

Usage

On entry:
str points to a RAM buffer that contains the string to be displayed.
On exit:
There is no return value