Reference Language | Libraries | Comparison | Changes
Write a character to the LCD.
lcd.write(data)
lcd: a variable of type LiquidCrystal
data: the character to write to the display
byte
write() will return the number of bytes written, though reading that number is optional
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.