Serial LCD Library


Posted on Feb 5, 2014

This project can be used with a standard Hitachi HD44780 (or compatible) controller chip to control it through only 2 wires. There is a variety of shapes and sizes available. Line lengths of 8, 16, 20, 24, 32 and 40 characters are all standard, in one, two or four-line versions. The problem was that these LCDs required at least 4 data wires and 2


Serial LCD Library
Click here to download the full size of the above Circuit.

control wires. With this project you can communicate with the LCD through only 2 wires. program SerialLcdExample; uses libSerialLCD; begin SerialLCD_Init(PortB, 0, 1); SerialLCD_Cmd(_LCD_Clear); SerialLCD_Out(1, 1, `Serial LCD Test`); SerialLCD_Out(2, 2, `riecktron. co. za`); end.




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    High Precision Voltage-Controlled Oscillator (VCO)
    Simple Proximity Detector & Alarm Circuit
    voltmeter
    digital clock using with pic16c54
    Nixie Tube Clock
    MORSE CODE OSCILLATOR
    Tone generator circuit
    LM4910 minimum output noise reduce the output power circuit
    Neon high-voltage power supply circuit diagram
    Peripheral circuits MIC5158 a simple 5V input 3.3V 10A output linear regulator circuit
    Water heaters electronic ignition circuit



    Top