Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore ใบความรู้ การแสดงข้อความด้วยโมดูล LCD 16x2 I2C

ใบความรู้ การแสดงข้อความด้วยโมดูล LCD 16x2 I2C

Published by kru.kritsada, 2019-01-29 02:50:27

Description: ใบความรู้ การแสดงข้อความด้วยโมดูล LCD 16x2 I2C

Search

Read the Text Version

วชิ า ง20216 ระบบอัตโนมัติฯ ช้นั มัธยมศกึ ษาปีที่ 2 ผู้สอน นายกฤษฎา ทองกาเหนิด การใชก้ ลอ่ งสมองกลฝังตัว ชุด Arduino Uno R3 กิจกรรม การแสดงข้อความดว้ ยโมดลู LCD 16x2 I2C LCD Character Display 16x2 (Green) with I2C Serial interface Board ชุดจอ LCD ขนาด 16x2 พรอ้ มบอรด์ อแดปเตอร์ ส่ังงานผ่าน I2C สามารถใชง้ านรว่ มกบั Arduino AVR PIC ไดง้ ่าย ในชุดนจ้ี ะ บดั กรขี ามาให้แล้ว เพิ่มความสะดวกในการใชง้ าน การเชือ่ มต่อวงจร เชอ่ื มต่อ Arduino UNO R3 กับ LCD 16x2 I2C ดงั นี้ Arduino LCD 16x2 I2C 5v VCC GND GND SCL SCL SDA SDA ดาวนโ์ หลด ไลบารี่ ที่นี่ การโปรแกรม #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); void setup() { lcd.init(); lcd.setCursor(0, 0); lcd.print(\"Hello World\"); lcd.setCursor(0, 1); lcd.print(\"Sriyapai\"); } void loop() { }

ใบงาน กิจกรรม การแสดงขอ้ ความด้วยโมดูล LCD 16x2 I2C ช่ือ................................................................................เลขท่ี ........................ ม.2/1 จงอธบิ ายการทางานของคาสง่ั แตล่ ะบรรทดั #include <LiquidCrystal_I2C.h> ………………………………………………………….. LiquidCrystal_I2C lcd(0x27, 16, 2); ………………………………………………………….. void setup() { ………………………………………………………….. lcd.init(); ………………………………………………………….. lcd.setCursor(0, 0); ………………………………………………………….. ………………………………………………………….. lcd.print(\"Hello World\"); ………………………………………………………….. lcd.setCursor(0, 1); ………………………………………………………….. lcd.print(\"Sriyapai\"); } void loop() { ………………………………………………………….. } ผลลัพธ์ของโปรแกรมนี้ คอื ………………………………………………………………………………………………….............................................................. ………………………………………………………………………………………………….............................................................. ………………………………………………………………………………………………….............................................................. ………………………………………………………………………………………………….............................................................. ความรทู้ ไ่ี ด้รับจากกจิ กรรมน้ี ………………………………………………………………………………………………….............................................................. ………………………………………………………………………………………………….............................................................. ………………………………………………………………………………………………….............................................................. …………………………………………………………………………………………………..............................................................


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook