Hide minor edits - Show changes to markup
Set the direction for text written to the LCD to right-to-left (the default is left-to-right). This means that subsequent characters written to the display will go from right to left, but does not affect previously-output text.
Establece la dirección del texto escrito en el LCD de derecha-a-izquierda (por defecto es de izquierda a derecha). Esto significa que los siguientes caracteres escritos en el LCD aparecerán de derecha-a-izquierda, pero esto no afecta a los textos escritos anteriormente.
lcd: a variable of type LiquidCrystal
lcd: una variable de tipo LiquidCrystal
Set the direction for text written to the LCD to right-to-left (the default is left-to-right). This means that subsequent characters written to the display will go from right to left, but does not affect previously-output text.
lcd.rightToLeft()
lcd: a variable of type LiquidCrystal