#include <LiquidCrystal.h>
int seconds = 0;
LiquidCrystal lcd_1(12, 11, 5, 4, 3, 2);
void setup()
{
lcd_1.begin(16, 2);
1cd_1.print ("EURO AMERICAN COLLEGE");
}
void loop()
{
1cd_1.setCursor (0, 1);
1cd_1.setCursor(0, 1);
lcd_1.print("gracias mamá");
1cd_1.scrollDisplayLeft();
delay (100);
m