Git Product home page Git Product logo

4bit-8bit-hitachi-hd44780-ada-interface-for-raspberry-pi's Introduction

4bit/8bit Hitachi HD44780 Ada interface for Raspberry Pi

Ada Interface for Raspberry Pi for controlling a Hitachi HD44780 (2 lines of 16 5*7 characters) display.

Hardware:

  • Raspberry Pi 3 Model B v1.2
  • Hitachi HD44780 2x16 5x7 LCD display

Wiring:

Hitachi HD44780 PIN Raspberry Pi PIN
D0 GPIO9
D1 GPIO10
D2 GPIO22
D3 GPIO27
D4 GPIO17 (See note 1. below)
D5 GPIO4 (See note 1. below)
D6 GPIO3 (See note 1. below)
D7 GPIO2 (See note 1. below)
E (Clock Enable ) GPIO23
RS (Register Select ) GPIO25
RW (Read/Write ) GND (See note 2. below)
VCC +5V from Raspberry Pi (See note 3. below)
  • Note1: In 4 bit mode only pins D4 .. D7 on HD44780 are used.
  • Note2: RW Pulled low to GND since we only write to the display.
  • Note3: Display VCC is +5V from Raspberry Pi but interface voltage is +3.3V (No level converting is needed)

Usage:

  • See HD44780 spec (hd44780.ads) for interface description
  • See main.adb for examlpes of usage
  • See HD44780 datasheet for detailed information about commands etc.
  • Use Gnat Ada version >= Ada2012

4bit-8bit-hitachi-hd44780-ada-interface-for-raspberry-pi's People

Contributors

ulrikhjort avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.