จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | จอ LCD |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ไฮไลท์ |
I2C 2004 LCD module, จอแสดงผล LED, module จอ, arduino, diy
|
||||||||||
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
||||||||||
รายละเอียดสินค้า |
ตัวอย่างวิดีโอการใช้งาน LCD2004 arduino Datasheet https://opencircuit.nl/ProductInfo/1000061/I2C-LCD-interface.pdf Product features: The I2C 2004 LCD module is a 4 line by 20 character display interfaced to an I2C daughter board. The I2C interface only requires 2 data connections, +5 VDC and GND to operate For in-depth information on I2C interface and history, visit: http://www.wikipedia/wiki/i2c การต่อ LCD i2C กับ Arduino ![]() ทั้งนี้ เนื่องจากเป็นการต่อแบบ i2C แต่ละบอร์ดจะมี pin i2C ในตำแหน่งที่แตกต่างกัน pinout ของบอร์ดต่างๆในตระกูล Arduino รุ่นต่างๆ จะต้องถูกเปลี่ยนไปตามนี้
ตัวอย่าง Arduino และ LCD 2004 สั่ง hello world /** * www.arduinoNa.com * ตัวอย่างการใช้งาน LCD 2004 แบบ I2C */ #include <Wire.h> #include <LiquidCrystal_I2C.h> // Set the LCD address to 0x27 for a 20 chars and 4 line display LiquidCrystal_I2C lcd(0x27, 20, 4); void setup() { // initialize the LCD lcd.begin(); // Turn on the blacklight and print a message. lcd.backlight(); lcd.print("Hello, arduinoNa.com!"); } void loop() { // Do nothing here... } ![]() ![]() ![]() ![]() ![]() ![]() |
||||||||||
เงื่อนไขอื่นๆ |
|
||||||||||
Tags |
หน้าที่เข้าชม | 2,073,664 ครั้ง |
ผู้ชมทั้งหมด | 1,334,390 ครั้ง |
ร้านค้าอัพเดท | 9 ก.ย. 2568 |