![]() |
Parallel LCD library
0.5
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets
|
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets, which are found in most text-based LCDs. The library works with either 4 or 8 data lines in addition to the rs, and enable lines. More...
Functions | |
void | lcdParallel_setCursor (lcdParallel *device, char col, char row) |
Sets the cursor to the specified location on the disply's screen. More... | |
Display driver for character LCD screens based on Hitachi HD44780 (or compatible) chipsets, which are found in most text-based LCDs. The library works with either 4 or 8 data lines in addition to the rs, and enable lines.
void lcdParallel_setCursor | ( | lcdParallel * | device, |
char | col, | ||
char | row | ||
) |
Sets the cursor to the specified location on the disply's screen.
*device | Device pointer returned by the lcdParallel_init or _init8 function. |
col | Column for the cursor to go to. |
row | Line for the cursor to go to. |