Writes a message string to the LCD.
unsigned char* - message to write ( maximum is 20 characters )
None
The string does not have to be NULL terminated. If it is, the function will return as soon as it encounters the NULL terminator.
lcd.h
N/A