Search the Arduino Website
Reference Language ([Link] | Libraries ([Link] |
Comparison ([Link] | Changes ([Link]
LiquidCrystal Library
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible)
chipset, which is found on most text-based LCDs. The library works with in either 4- or 8-bit mode (i.e. using 4 or 8 data lines in
addition to the rs, enable, and, optionally, the rw control lines).
Function
- LiquidCrystal() ([Link]
- begin() ([Link]
- clear() ([Link]
- home() ([Link]
- setCursor() ([Link]
- write() ([Link]
- print() ([Link]
- cursor() ([Link]
- noCursor() ([Link]
- blink() ([Link]
- noBlink() ([Link]
- display() ([Link]
- noDisplay() ([Link]
- scrollDisplayLeft() ([Link]
- scrollDisplayRight() ([Link]
- autoscroll() ([Link]
- noAutoscroll() ([Link]
- leftToRight() ([Link]
- rightToLeft() ([Link]
- createChar() ([Link]
Examples
- Hello World ([Link]
- Blink ([Link]
- Cursor ([Link]
- Display ([Link]
- Text Direction ([Link]
- Autoscroll ([Link]
- Serial input ([Link]
- SetCursor ([Link]
- Scroll ([Link]
Reference Home ([Link]
Corrections, suggestions, and new documentation should be posted to the Forum
([Link]
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License
([Link] Code samples in the reference are released into the public domain.
Share
NEWSLETTER
Enter your email to sign up SUBSCRIBE
©2014 Arduino Copyright Notice ([Link] Contact us ([Link]
([Link] ([Link]
([Link] ([Link]
([Link]