User manual
001 lcd.scrollDisplayRight()
6.16 | .autoscroll()
.autoscroll()
automatically scrolls the display content from the
right to the left. When the end of the character string is
reached, the scroll direction is automatically switched. It is
pushed on 1 x (scrolled) at each call.
Arduino™-Syntax
001 lcd.autoscroll()
6.17 | .noAutoscroll()
.noAutoscroll()
ends the
.autoscroll()
-function.
Arduino™-Syntax
001 lcd.noAutoscroll()
6.18 | .leftToRight()
.leftToRight()
specifies the output direction of the characters.
They are written from the left to the right.
Arduino™-Syntax
001 lcd.leftToRight()
6.19 | .rightToLeft()
.rightToLeft()
specifies the output direction of the characters.
They are written from the right to the left.
Arduino™-Syntax
001 lcd.rightToLeft()