LCD_write_char

Description

This function writes a character to the LCD at the current LCD cursor position. The LCD cursor position is advanced automatically after the character is written.

Definition

LCD_write_char(char ch)

Library

LIB/lcd_lib.bas

Usage

On entry:
ch is the character to be written
On exit:
There is no return value