|
MLC interface driver
|
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) |
| void MLC_LCD_clrscr | ( | void | ) |
| void MLC_LCD_write_str | ( | char * | pStr, |
| uint16_t | pos | ||
| ) |
Write string from exact position of LCD display, display entity uses linear addressing.
| pos | position in range <0,31> where to start |
| pStr | string 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.
| pos | position in range <0,31> to write to, display entity uses linear addressing. |
| chr | character which will be written to position |
Definition at line 1397 of file MLC_drv.c.
References MLC_WRITE, and WRITE_LCD_DISP.