Name

lcd_putc — displays a character on the LCD

Synopsis

#include <lcd.h>   
void lcd_putc (ch); 
char ch;
 

Arguments

ch

the character to display

Description

Displays a character on the LCD, at the current cursor position. The library handles line wrapping, when the text overflow the right end of the display and screen scrolling, when the text exceeds the no .of lines in the display.