Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <Wire.h>
- #include <LiquidCrystal_I2C.h>
- LiquidCrystal_I2C lcd(0x3F,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
- void setup()
- {
- // lcd.init(); // initialize the lcd
- lcd.begin();
- // Print a message to the LCD.
- lcd.backlight();
- lcd.print("OBRIGADO");
- }
- void loop()
- {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement