LCD ARDUINO

Photo of author

By Jackson Taylor

#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 13, A0, A1, A2, A3);//LCD RS-12,En-11,D4-5,D5- 4,D6-3,D7-2,R/W- ground
void setup()
{
    lcd.begin(16, 2);// set up the LCD's number of columns and rows:
    lcd.print("EMERGING");// Print a message to the LCD.
}
void loop()
{
    lcd.setCursor(0, 1);
    lcd.print("EMERGING");
}
See also
62.5KHz PWM USING ARDUINO

Revive Your Dead Electronics

Got a drawer full of dead gadgets or a failing car battery? Instead of paying a premium for replacements, use this simple trick to easily recondition them right from home.

See How It Works