Reference.LiquidCrystalNoDisplay History
Hide minor edits - Show changes to markup
May 31, 2010, at 09:28 PM
by Equipo Traduccion -
Changed lines 5-10 from:
Description
Turns off the LCD display, without losing the text currently shown on it.
Syntax
to:
Descripción
Apaga el display LCD, sin perder el texto que se esté mostrando actuamente.
Sintaxis
Changed lines 13-17 from:
Parameters
lcd: a variable of type LiquidCrystal
Example
to:
Parámetros
lcd: una variable de tipo LiquidCrystal
Ejemplo
Changed line 20 from:
See also
to:
Ver también
July 26, 2009, at 06:10 AM
by David A. Mellis -
Added lines 1-21:
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
See also