4bit alphanumeric LCD interface 8051


Posted on Feb 7, 2014

using only total of 7 pins from your microcontrollers GPIO. So LCD module will cost only single port out of fours. >> The EN line is called `Enable. ` This control line indicates to the LCD that we are sending it data. To send data to the LCD, the EN should be low (0) and then set the other two control lines and/or put data on the data bus. When the other lines are completely


4bit alphanumeric LCD interface 8051
Click here to download the full size of the above Circuit.

ready, bring EN high (1) and wait for the minimum amount of time required by the LCD datasheet (this varies from LCD to LCD), and end by bringing it low (0) again. >> The RS line is the "Register Select" line. When RS is low (0), the data is to be treated as a command or special instruction (such as clear screen, position cursor, etc. ). When RS is high (1), the data being sent is text data, which should be displayed on the screen. For example, to display the letter "T" on the screen we would set RS high. >>The RW line is the "Read/Write" control line. When RW is low (0), the information on the data bus is being written to the LCD. When RW is high (1), the program is effectively querying (or reading) the LCD. Only one instruction ("Get LCD status") is a read command. All others are written commands so RW will almost always be low. >>While using LCD in 4 bit data mode it saves 4 bits of our total GPIO lines, thatGƒ ƒ ‚Gƒ ‚ ’s why it is most commonly used. MSB of any data or commnad is sent first over 4 bits and then 4 LSB sent by shifting the data byte 4 times left.




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    35 Ampere Power Supply
    Running Message Display
    Telephone call meter using calculator & COB
    Multiple switches on Arduino analog pin schematic
    Low-Power Voltage Reference
    Third batch start and stop cycle control circuits



    Top