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...
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.
- Author
- Matthew Matz, Jeff Martin
- Version
- 0.5
- Copyright
- Copyright (C) Parallax, Inc. 2018. All Rights MIT Licensed.
◆ lcdParallel_blink()
void lcdParallel_blink |
( |
lcdParallel * |
device | ) |
|
Makes the cursor blink.
- Parameters
-
*device | Device pointer returned by the lcdParallel_init or _init8 function. |
◆ lcdParallel_cursor()
void lcdParallel_cursor |
( |
lcdParallel * |
device | ) |
|
Turns the cursor on.
- Parameters
-
*device | Device pointer returned by the lcdParallel_init or _init8 function. |
◆ lcdParallel_noBlink()
void lcdParallel_noBlink |
( |
lcdParallel * |
device | ) |
|
Makes the cursor solid (no blinking).
- Parameters
-
*device | Device pointer returned by the lcdParallel_init or _init8 function. |
◆ lcdParallel_noCursor()
void lcdParallel_noCursor |
( |
lcdParallel * |
device | ) |
|
Turns the cursor off.
- Parameters
-
*device | Device pointer returned by the lcdParallel_init or _init8 function. |