NguyenThanhTam.00088 bị thế ọi người sao à ình nạp code vào rồi để thế này và ko hiển thị chữ trên àn hình lcd i2c vậy
NguyenThanhTam.00088 DucSoan.74662 #include #include LiquidCrystal_I2C lcd(0x27,16,2); void setup() { lcd.init(); lcd.backlight(); lcd.setCursor(2,0); lcd.print("vg.diy"); lcd.setCursor(0,1); lcd.print("Xin chao cac ban"); } void loop() { }