Functions | |
int | LCD_Getpos (void) |
char | LCD_Setpos (char row, char column) |
char | LCD_Home (char clear) |
char | LCD_Putchar (char chardata) |
char | LCD_Putstr (char *strdata) |
char | LCD_Backlight (char back_en) |
void | LCD_SWLine_Mode (int lines) |
|
Turns the backlight on and off
|
|
get the current cursor postion. This function returns the current cursor position, the row is the 8MSB, the column is the 8LSB.
|
|
return the cursor to home and clear the screen if clear is set This function returns the cursor to it's home position, if clear is non zero the screen will be cleared. This function takes at least 15ms to complete due to a hardware delay.
|
|
Write a character to the current cursor location
|
|
Write a string to the current cursor location
|
|
set the cursor position. Sets the current cursor position.
|
|
Change the line mode This changes the number of lines the LCD functions assume the LCD has. By default this is 2.
|