/********************************************************************
*  FUNCTION HEADER MODULE:      rpm_lcd_if.h
*
*   R80-2000K Remote Power Monitor LCD interface headers
*
*********************************************************************/

#ifndef RPM_LCD_IF_H

#include "general.h"

/*
*  REVISION LOG:
*
*  Date     Name          Version  Reason
*  -------  ------------  -------  -------------------------------
*  17Dec01  J.F. Bush     1.0      Created
*  24Nov03  D. Juges               modified for MSC1210
*
*********************************************************************/

/* ----- constants ----- */
#define LCD_SIZE			16
#define LCD_BUF_LEN			LCD_SIZE+1

/********************************************************************
*  FUNCTION PROTOTYPE
*********************************************************************/
void LCD_Init( void );
void LCD_Clear( uchar line);
void LCD_Print( uchar line, uchar *chr_ptr, uchar offset );
void LCD_PrintCode( uchar line, uchar code *chr_ptr, uchar offset );

#define RPM_LCD_IF_H
#endif
