หากต้องการใบเสนอราคา / ใบแจ้งหนี้ 
ติดต่อได้ทาง LINE Official: @mikroelec
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ



LCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัด

LCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัด
LCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัดLCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัดLCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัดLCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัดLCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัดLCD2004 I2C 20x4 Blue Screen LCD Module IIC/I2C Serial Interface Adapter Module for arduino UNO MEGA2560 จอแสดงผล จอแอลซีดี 20 ตัวอักษร 4 บรรทัด
รหัสสินค้า SKU-00901
หมวดหมู่ โมดูลจอแสดงผล LCD
ราคา 170.00 บาท
สถานะสินค้า พร้อมส่ง
ลงสินค้า 19 ก.ย. 2563
อัพเดทล่าสุด 17 ส.ค. 2568
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ
Features: 
A New High-Quality 4 Line 20 Character Lcd Module
Not Only Set The Contrast Control Knob Selector Switch
Also Has A Backlight And Iic Communication Interface.
For Arduino beginners, not for the cumbersome and complex LCD driver circuit connection and a headache, the real significance of this LCD module will simplify the circuit, this module directly into the for Arduino Sensor Shield V5.0 sensor expansion board IIC device interface can, GM 4P sensor connection cable, programmed through the for Arduino controller, you can easily identify the slogan, sensor data records
 
Specification:
100% brand new and high quality
This product can simplify the circuit.
Interface: IIC/I2C
I2C Address: 0x27
Pin Definition : GND.VCC.SDA.SCL
Back lit (Blue with White char color)
Supply voltage: 5V
Pcb Size : 60mm×99mm
Contrast Adjust :  Potentiometer
Backlight Adjust : Jumper

I2C LCD Connections

I2C Character LCD Arduino
GND GND
VCC 5 V
SDA A4
SCL A5

If you are not using an Arduino Uno, the SDA and SCL pins can be at a different location. An Arduino UNO with the R3 layout (1.0 pinout), also has the SDA (data line) and SCL (clock line) pin headers close to the AREF pin. Check the table below for more details.

Board SDA SCL
Arduino Uno A4 A5
Arduino Nano A4 A5
Arduino Micro 2 3
Arduino Mega 2560 20 21
Arduino Leonardo 2 3
Arduino Due 20 21

Installing the LiquidCrystal_I2C Arduino library

In this tutorial, I will be using the LiquidCrystal_I2C library. This library has many built-in functions that make programming the LCD quite easy. The latest version of this library can be downloaded here on GitHub or click the button below.

Make sure that you have this exact library installed and delete any other libraries that have the same name (LiquidCrystal_I2C). Other libraries will probably work as well but might use slightly different names for the different functions.

Test code:

/* I2C LCD with Arduino example code. More info: https://www.makerguides.com */
 
// Include the libraries:
// LiquidCrystal_I2C.h: https://github.com/johnrickman/LiquidCrystal_I2C
#include
#include
 
 
// Wiring: SDA pin is connected to A4 and SCL pin to A5.
// Connect to LCD via I2C, default address 0x27 (A0-A2 not jumpered)
LiquidCrystal_I2C(0x27, 20, 4); // Change to (0x27,16,2) for 16x2 LCD.
 
void setup() {
// Initiate the LCD:
lcd.begin();
lcd.backlight();
// Print 'Hello World!' on the first line of the LCD:
lcd.setCursor(0, 0); // Set the cursor on the first column and first row.
lcd.print("Hello World!"); // Print the string "Hello World!"
lcd.setCursor(2, 1); //Set the cursor on the third column and the second row (counting starts at 0!).
lcd.print("MikroElec.com");
}
 
void loop() {

// Do nothing here...

}
 
 

วิธีการชำระเงิน

บมจ. ธนาคารกสิกรไทย สาขาโรบินสัน ศรีสมาน ออมทรัพย์
พร้อมเพย์ สาขา- mobile
Scan this!
ไมโครอิเล็กทรอนิกส์
098-xxxxxx-9
Accept All Banks | รับเงินได้จากทุกธนาคาร

นโยบายการเปลี่ยนหรือคืนสินค้า

หากสินค้าชำรุดหรือใช้งานไม่ได้ สามารถขอเปลี่ยนสินค้าได้ภายใน 7 วัน

หมายเหตุ
ต้องไม่เสียหายอันเกิดจากใช้งานผิดพลาด ใช้ผิดวิธี ต่อไฟผิดขั้ว จ่ายไฟเกินกำหนด หรืออื่นๆที่ตรวจสอบแล้วไม่ได้เกิดจากความผิดพลาดจากการผลิตสินค้า


ค้นหาเลขพัสดุ/Track

  • ค้นหา
*ใส่ เบอร์มือถือ หรือ email ที่ใช้ในการสั่งซื้อ

Categories

เซนเซอร์(Senser)/ โมดูล(Module) [496]
อุปกรณ์ / อะไหล่อิเล็กทรอนิกส์ (Electronic component) [487]

Statistic

หน้าที่เข้าชม554,627 ครั้ง
ผู้ชมทั้งหมด312,270 ครั้ง
ร้านค้าอัพเดท6 ก.ย. 2568

Member

รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านMikroElectronic
MikroElectronic
จำหน่ายอุปกรณ์อิเล็กทรอนิกส์ โมดูล เครื่องมือ และอุปกรณ์ต่างๆ arduino อาดูโน อะไหล่เครื่องใช้ไฟฟ้า อะไหล่อิเล็กทรอนิกส์ รับออกแบบวงจร เขียนโปรแกรมด้วยอาดูโน รับทำโครงงาน นักเรียนนักศึกษา ให้คำปรึกษาแก้ปัญหาโครงงาน ออกแบบและสร้างงานต้นแบบ ร้านตั้งอยู่ ซอยร่วมสุข ปทุมธานี สถานที่ใกล้เคียง ดอนเมือง สรงประภา ศรีสมาน นนทบุรี แจ้งวัฒนะ
เบอร์โทร : 0984829329
อีเมล : mikroelec@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม