This function takes anything printed to the LCD and moves it to the left. It should be used in the void loop() section with a delay command following it.
lcd.scrollDisplayRight();
This function is similar to the lcd.scrollDisplayLeft(), but instead, it moves the text from left to right.