segunda-feira, 15 de setembro de 2025

 Link Projeto LCD TinkerCad


Projeto LCD


LiquidCrystal_I2C lcd (0x27,16,2); // set the LCD address to 0x27 for a16 chars
void setup ()
{
//lcd.init (); // initialize the lcd
lcd.init (); // Print a message to the LCD.
lcd.backlight ();
lcd.setCursor (3,0);
lcd.print ("Hello, world!"); // LED print hello, world!
lcd.setCursor (2,1);
lcd.print ("keyestudio!"); // LED print keyestudio!
}
void loop ()
{
}


Nenhum comentário:

Postar um comentário