รหัสสินค้า | SG10087 |
หมวดหมู่ | LCD / LCD Drive |
ราคา | 129.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
LCD 1604 Display Module 16x4
จำนวน 1 ตัว
LCD1604 Module ออกแบบมาใช้กับ Arduino Board
ไฟพื้นหลัง และ ไฟตัวอักษร สีอาจแตกต่างจากในรูปสินค้า
ทั้งนี้ขึ้นอยู่กับสินค้าที่มีพร้อมส่งขณะนั้น
โมดูลนี้สามารถใช้ Library เดียวกับโมดูล 16x2 ที่ให้ไว้
แต่ให้กำหนดจำนวนแถวและหลัก (row and column) เป็น 16x4 ตามนี้ค่ะ
/*LiquidCrystal Library - Hello WorldDemonstrates the use a 16x2 LCD display. The LiquidCrystallibrary works with all LCD displays that are compatible with theHitachi HD44780 driver. There are many of them out there, and youcan usually tell them by the 16-pin interface.This sketch prints "Hello World!" to the LCDand shows the time.The circuit:* LCD RS pin to digital pin 12* LCD Enable pin to digital pin 11* LCD D4 pin to digital pin 5* LCD D5 pin to digital pin 4* LCD D6 pin to digital pin 3* LCD D7 pin to digital pin 2* LCD R/W pin to ground* 10K resistor:* ends to +5V and ground* wiper to LCD VO pin (pin 3)Library originally added 18 Apr 2008by David A. Mellislibrary modified 5 Jul 2009by Limor Fried (http://www.ladyada.net)example added 9 Jul 2009by Tom Igoemodified 22 Nov 2010by Tom IgoeThis example code is in the public domain.http://www.arduino.cc/en/Tutorial/LiquidCrystal*/// include the library code:#include// initialize the library with the numbers of the interface pinsLiquidCrystal lcd(12, 11, 5, 4, 3, 2);void setup() {// set up the LCD's number of columns and rows:lcd.begin(16, 4);// Print a message to the LCD.lcd.print("hello, world!");}void loop() {// set the cursor to column 0, line 1// (note: line 1 is the second row, since counting begins with 0):lcd.setCursor(0, 1);// print the number of seconds since reset:lcd.print(millis()/1000);} |
Library ที่ต้องใช้
http://www.arduino.cc/en/Tutorial/LiquidCrystal
https://github.com/adafruit/LiquidCrystal
Specification
http://www.farnell.com/datasheets/50577.pdf
ดูตัวอย่างได้ที่นี่ค่ะ
http://www.arduino.cc/en/Tutorial/LiquidCrystal
ข้อมูลเพิ่มเติม
http://playground.arduino.cc/Code/LCD
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,431,068 ครั้ง |
ผู้ชมทั้งหมด | 5,934,146 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 13 ต.ค. 2568 |