DMCP interface
03.15_020
|
LCD hardware interface. More...
Functions | |
void | LCD_clear () |
Sends clear command to LCD. | |
void | LCD_power_on () |
Powers on the LCD hardware. | |
void | LCD_power_off (int clear) |
Powers off the LCD hardware. | |
void | LCD_write_line (uint8_t *buf) |
Sends line data to LCD. More... | |
LCD hardware interface.
void LCD_write_line | ( | uint8_t * | buf | ) |
Sends line data to LCD.
buf | Buffer with line data |
Buffer should be of LCD_LINE_BUF_SIZE.
With following values:
Only line number and line data have to by filled by user.