How To Setup a 16x2 I2C Display With Arduino IDE

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Code :
    #include "LiquidCrystal_I2C.h"
    //define I2C address......
    LiquidCrystal_I2C lcd(0x27,16,2);
    void setup() {
    lcd.init();
    lcd.clear();
    lcd.backlight();
    }
    void loop() {
    lcd.setCursor(2,1);
    lcd.print("hello, world!");
    }
    //.........coded by : PAGALCODER....
    //...........Thank You..............

ความคิดเห็น • 1

  • @floxxgaming2081
    @floxxgaming2081 2 หลายเดือนก่อน +1

    Hello buddy i have read your comment on Nikhil Kamath podcast and came here. I have to ask something regarding e-commerce. I have some doubt. Hope you reply with positive response.