
| รหัสสินค้า | M0603 |
| หมวดหมู่ | จอ LCD 1602 2004 5110 |
| ราคา | 125.00 บาท |
| น้ำหนัก | 50 กรัม |
| ลงสินค้า | 3 ก.ค. 2559 |
| อัพเดทล่าสุด | 19 มิ.ย. 2568 |
//---------------------------------------------------
#include
#include
// PCF8574T set the LCD address to 0x27 for a 20 chars and 4 line display
LiquidCrystal_I2C lcd(0x27,20,4);
// PCF8574AT set the LCD address to 0x3F for a 20 chars and 4 line display
// LiquidCrystal_I2C lcd(0x3F,20,4);
void setup()
{
lcd.init(); // initialize the lcd
// Print a message to the LCD.
lcd.backlight();
//lcd.print("Hello, world!");
lcd.home (); // ไปที่ตัวอักษรที่0แถวที่1
lcd.setCursor(2,0); // ไปทตัวอักษรที่1แถวที่1
//lcd.print("I2C Interface");
lcd.print("I2C 20x4 LCD2004A");
lcd.setCursor(3,1); // ไปที่ตัวอักษรที่3แถวที่2
lcd.print("www.mcucity.com");
lcd.setCursor(7,2); // ไปที่ตัวอักษรที่ 6 แถวที่ 3
lcd.print("line3 ");
lcd.setCursor(0,3); // ไปที่ตัวอักษรที่ 0 แถวที่ 4
lcd.print("12345678901234567890");
}
void loop()
{
}
//---------------------------------------------------

| หน้าที่เข้าชม | 5,189,858 ครั้ง |
| ผู้ชมทั้งหมด | 1,589,198 ครั้ง |
| ร้านค้าอัพเดท | 15 พ.ย. 2568 |