LCD_Write Function

Writes a message string to the LCD.

Syntax

void LCD_Write( unsigned char* message )

Parameters

unsigned char* - message to write ( maximum is 20 characters )

Return Value

None

Remarks

The string does not have to be NULL terminated. If it is, the function will return as soon as it encounters the NULL terminator.

Requirements

lcd.h

Example

N/A