 



| หมวดหมู่ | Interface Module | 
| ราคาปกติ | |
| ลดเหลือ | 50.00 บาท | 
| สถานะสินค้า | พร้อมส่ง | 
| สภาพ | สินค้าใหม่ | 
| ลงสินค้า | 1 ก.ย. 2557 | 
| อัพเดทล่าสุด | 24 พ.ค. 2561 | 
| จำนวน | ชิ้น | 
เป็นโมดูลที่ใช้สั่งงานหน้าจอ LCD เพื่อลดขาการใช้งานจาก 16 ขาให้เหลือเพียง 4 ขา
เป็นการติดต่อสื่อสารผ่าน I2C โดยสามารถสั่งงานพร้อมกันหลายๆหน้าจอได้โดยการระบุแอดเดรส 0x20 - 0x27 Standard(0x27)หรือ(0x3F)
ขึ้นอยู่ในการเชื่อมจุด A0  A1  A2  พร้อมทั้งสามารถปรับความเข้มของตัวหนังสือผ่าน VR ได้อีกด้วย
คู่มือของบอร์ด >>> Link
Library LiquidCrystal_I2C >>> Link
ตัวอย่างโค้ด
#include
#include 
/*-----( Declare objects )-----*/
// set the LCD address to 0x27 for a 20 chars 4 line display
// Set the pins on the I2C chip used for LCD connections: 3F
// addr, en,rw,rs,d4,d5,d6,d7,bl,blpol
LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address
//LiquidCrystal_I2C lcd(0x3F, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address
void setup() /*----( SETUP: RUNS ONCE )----*/
{
Serial.begin(9600); //(Remove all 'Serial' commands if not needed)
lcd.begin(20,4); // initialize the lcd for 20 chars 4 lines, turn on backlight
lcd.backlight();
// Print a message to the LCD.
lcd.print("Hello World !!!!");
delay(3000);
}
void loop() /*----( LOOP: RUNS CONSTANTLY )----*/
{
lcd.setCursor(0, 0);
lcd.print("EarthElectronics");
lcd.setCursor(0, 1);
lcd.print(" Thai Robo Shop");
}
สอบถามสินค้าหรือต้องการใบเสนอราคาหรือใบกำกับภาษีโปรดติดต่อทางร้านก่อนสั่งซื้อครับผม
- ติดต่อผ่าน LINE ID : csanthanaboun
- เบอร์โทร 0909761799
 
     
         
        | หน้าที่เข้าชม | 333,278 ครั้ง | 
| ผู้ชมทั้งหมด | 121,315 ครั้ง | 
 ThaiRoboShop
			ThaiRoboShop
		