The playground is a publicly-editable wiki about Arduino.
Manuals and Curriculum
Installing Arduino on Linux
Board Setup and Configuration
Development Tools
Arduino on other Atmel Chips
Interfacing With Hardware
Interfacing with Software
User Code Library
Suggestions & Bugs
Electronics Technique
Sources for Electronic Parts
Related Hardware and Initiatives
Arduino People/Groups & Sites
Exhibition
Project Ideas
Languages
PARTICIPATE
edit SideBar
serLCD
Description
Turns on the LCD display, after it's been turned off with noDisplay(). This will restore the text (and cursor) that was on the display.
Syntax
lcd.display()
Parameters
lcd: a variable of type serLCD
See Also