LCD_Printf


Writes a message string to the LCD with formatting.

void LCD_Printf( unsigned char* format, ... );

Parameters


unsigned char* - format text ( maximum is 20 characters )

Return Value


N/A

Remarks


N/A

Requirements


lcd.h

Example


N/A

Library


SDCC Library Reference