目录

LiquidCrystal

noDisplay()

Description

Turns off the LCD display, without losing the text currently shown on it.

Syntax

lcd.noDisplay()

Parameters

lcd: a variable of type LiquidCrystal

Example

display() and noDisplay()

See also

display()

Reference Home