![]() |
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...
#include "lcdParallel.h"
Functions | |
void | lcdParallel_scrollDisplayLeft (lcdParallel *device) |
Scrolls the text on the display to the left. More... | |
void | lcdParallel_scrollDisplayRight (lcdParallel *device) |
Scrolls the text on the display to the right. 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_scrollDisplayLeft | ( | lcdParallel * | device | ) |
Scrolls the text on the display to the left.
*device | Device pointer returned by the lcdParallel_init or _init8 function. |
void lcdParallel_scrollDisplayRight | ( | lcdParallel * | device | ) |
Scrolls the text on the display to the right.
*device | Device pointer returned by the lcdParallel_init or _init8 function. |