User manual
6.11 | .noBlink()
.noBlink
() switches off the cursor and ends flashing.
Arduino™-Syntax
001 lcd.noBlink()
6.12 | .noDisplay()
.noDisplay
() switches off the display. The character and cursor
position are saved.
Arduino™-Syntax
001 lcd.noDisplay()
6.13 | .display()
.display()
switches on the LCD again after a .noDisplay(). The
last values are restored.
Arduino™-Syntax
001 lcd.display()
6.14 | .scrollDisplayLeft()
.scrollDisplayLeft()
scrolls the screen content to the left by one
character every time it is called.
Arduino™-Syntax
001 lcd.scrollDisplayLeft()
6.15 | .scrollDisplayRight()
.scrollDisplayRight()
scrolls the screen content to the right by one
character every time it is called.
Arduino™-Syntax