Hide minor edits - Show changes to markup
Turns on automatic scrolling of the LCD. This causes each character output to the display to push previous characters over by one space. If the current text direction is left-to-right (the default), the display scrolls to the left; if the current direction is right-to-left, the display scrolls to the right. This has the effect of outputting each new character to the same location on the LCD.
Activa el desplazamiento automático del texto en la pantalla LCD. Esto hace que cada salida de caracteres en la pantalla, "empuja" los caracteres anteriores en una posición. Si la dirección del texto actual es de izquierda a derecha (por defecto), el texto se desplaza hacia la izquierda, si la dirección actual es de derecha a izquierda, el texto se desplaza hacia la derecha. Esto tiene como efecto que la entrada de cada nuevo caracter se produce en la misma posición en la pantalla LCD.
lcd: a variable of type LiquidCrystal
lcd: una variable de tipo LiquidCrystal
Turns on automatic scrolling of the LCD. This causes each character output to the display to push previous characters over by one space. If the current text direction is left-to-right (the default), the display scrolls to the left; if the current direction is right-to-left, the display scrolls to the right. This has the effect of outputting each new character to the same location on the LCD.
lcd.autoscroll()
lcd: a variable of type LiquidCrystal