Reference.LiquidCrystalScrollDisplayLeft History
Hide minor edits - Show changes to markup
May 31, 2010, at 09:34 PM
by Equipo Traduccion -
Changed lines 5-10 from:
Description
Scrolls the contents of the display (text and cursor) one space to the left.
Syntax
to:
Descripción
Desplaza el contenido del display LCD (texto y cursor) una posición a la izquierda.
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:38 AM
by David A. Mellis -
Added lines 1-21:
LiquidCrystal
scrollDisplayLeft()
Description
Scrolls the contents of the display (text and cursor) one space to the left.
Syntax
lcd.scrollDisplayLeft()
Parameters
lcd: a variable of type LiquidCrystal
Example
See also