Raspberry Pi Lesson: LCD HD44780

LCD HD44780 adalah character LCD yang biasa digunakan. Interface LCD HD44780 dengan Arduino boleh rujuk Arduino Lesson: LCD HD44780.

Interface LCD HD44780 ini menggunakan enam pin. Sambungan pin nya adalah di bawah

  • RS = 12
  • EN = 7
  • D4 = 8
  • D5 = 25
  • D6 = 24
  • D7 = 23

Melalui Terminal Raspberry Pi, copy git dari Adafruit_Python_CharLCD.

git clone https://github.com/adafruit/Adafruit_Python_CharLCD.git
cd Adafruit_Python_CharLCD
sudo python setup.py install

Berikut adalah demo LCD HD44780 ini.

Python Source Code

Sertai Telegram Group bagi dapatkan source code

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.