LCD_Write


Writes a message string to the LCD.

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

Library


SDCC Library Reference