lcd and custom characters

Cards (4)

  • lcd.scrollDisplayLeft();delay(1000);
    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.
  • #include <Wire.h>
  • #includde <LiquidCrystal_12C.h>