MLC interface driver
Utils for LCD display text output.

Functions

void MLC_LCD_write_to (uint16_t pos, char chr)
 
void MLC_LCD_write_str (char *pStr, uint16_t pos)
 
void MLC_LCD_clrscr (void)
 

Detailed Description

Function Documentation

void MLC_LCD_clrscr ( void  )

Clear display.

Definition at line 1415 of file MLC_drv.c.

References MLC_WRITE, and WRITE_LCD_DISP.

void MLC_LCD_write_str ( char *  pStr,
uint16_t  pos 
)

Write string from exact position of LCD display, display entity uses linear addressing.

Parameters
posposition in range <0,31> where to start
pStrstring to be written

Definition at line 1404 of file MLC_drv.c.

References MLC_WRITE, and WRITE_LCD_DISP.

void MLC_LCD_write_to ( uint16_t  pos,
char  chr 
)

Write one char to exact position of LCD display.

Parameters
posposition in range <0,31> to write to, display entity uses linear addressing.
chrcharacter which will be written to position

Definition at line 1397 of file MLC_drv.c.

References MLC_WRITE, and WRITE_LCD_DISP.