Name
lcd_puts —
displays a string on the LCD
Synopsis
#include <lcd.h>
char * str
;
Arguments
str
the string to display
Description
Displays a string on the LCD, at the current cursor position. The
LCD API also takes care of line wrapping and screen scrolling.