Git Product home page Git Product logo

hd44780_for_sdcc_51's Introduction

HD44780 library for sdcc 51

This library provides support for HITACHI HD44780 based character LCDs (0801, 0802, 1601, 1602, 2004) and some compatible VFD variants like Noritake itron CU20045 (Light adjust available), with fast IO operation

  • Suitable for 8051 based MCUs with various crystals and instruction cycles (1T, 6T, 12T) as AUTOMATIC delay calculation is available

  • 4bit or 8bit M68 and i80 interface supported

  • カタカナ display (MACRO defined) and CGRAM operations also available

  • Easy-to-use formattable print function disp_printf(format, ...) similar to normal printf(format, ...)

Usage:

  1. Add both hd44780.c and hd44780.h to your project

  2. Modify the configurations accordingly in hd44780.h

  3. Include hd44780.h in your main.c

  4. There are three types of functions operating at different levels. It's recommended to use the high level functions. Look them up at the end of hd44780.h

This library is designed for SDCC only

See test examples

Test with LCD1602

4bit M68 interface with R/#W

Test with LCD2004

4bit M68 interface with R/#W

Test with Noritake CU20045-UW VFD

8bit M68 interface with R/#W

Test with PT6314 based VFM202MDAR2 VFD

This VFD module was possibly produced by BOE. Actually it's almost identical to FUTABA M202MD15FA.

8bit i80 interface with #RD

hd44780_for_sdcc_51's People

Contributors

apachiww avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

eng-zubr mpeschke

hd44780_for_sdcc_51's Issues

Vfm202mdar2 display connections

Hi,
Your code seems to successfully use the vfm202mdar2 display. Are you able to provide any information on connecting, or link to datasheet information? Apologies to hijack your thread and please delete if this isn't appropriate.
Cheers,
Timkerzone

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.