Hide minor edits - Show changes to markup
Positions the cursor in the upper-left of the LCD. That is, use that location in outputting subsequent text to the display. To also clear the display, use the clear() function instead.
Posiciona el cursor en la esquina superior-izquierda del LCD. Esto es, la posición en la que aparecerá el siguiente texto escrito en el display. Para también borrar el contenido del LCD al mismo tiempo usar en su lugar la función clear()
lcd: a variable of type LiquidCrystal
lcd: una variable del tipo LiquidCrystal
Positions the cursor in the upper-left of the LCD. That is, use that location in outputting subsequent text to the display. To also clear the display, use the clear() function instead.
lcd.home()
lcd: a variable of type LiquidCrystal