Reference.LiquidCrystalCursor History
Hide minor edits - Show changes to markup
May 31, 2010, at 09:14 PM
by Equipo Traduccion -
Deleted lines 6-7:
Display the LCD cursor: an underscore (line) at the position to which the next character will be written.
May 31, 2010, at 09:14 PM
by Equipo Traduccion -
Changed lines 5-6 from:
Description
to:
Descripción
Changed lines 9-10 from:
Syntax
to:
Muestra el cursor del LCD: un subrayado (linea) en la posición que el siguiente caracter será escrito.
Sintaxis
Changed lines 15-19 from:
Parameters
lcd: a variable of type LiquidCrystal
Example
to:
Parámetros
lcd: una variable del tipo LiquidCrystal
Ejemplo
Changed line 22 from:
See also
to:
Ver también
July 25, 2009, at 08:25 AM
by David A. Mellis -
Added lines 17-19:
Deleted lines 21-23:
July 25, 2009, at 08:25 AM
by David A. Mellis -
Changed lines 19-21 from:
to:
July 25, 2009, at 08:24 AM
by David A. Mellis -
Changed line 19 from:
to:
July 25, 2009, at 08:24 AM
by David A. Mellis -
Changed line 19 from:
to:
July 25, 2009, at 08:24 AM
by David A. Mellis -
Changed line 19 from:
to:
July 25, 2009, at 08:23 AM
by David A. Mellis -
Changed line 19 from:
to:
July 25, 2009, at 08:23 AM
by David A. Mellis -
Changed lines 18-19 from:
to:
July 25, 2009, at 08:12 AM
by David A. Mellis -
Added lines 1-18:
LiquidCrystal
cursor()
Description
Display the LCD cursor: an underscore (line) at the position to which the next character will be written.
Syntax
lcd.cursor()
Parameters
lcd: a variable of type LiquidCrystal
See also