• LCD interface in 8 bit mode.
    Hello Everyone, Generally when interfacing LCD with my controller (AT89C52),in 8 bit mode I use a full port for my data lines. and I get the desired result. But I have seen many projects where the...
  • LCD interface in 8 bit mode.
    Hello Everyone, Generally when interfacing LCD with my controller (AT89C52),in 8 bit mode I use a full port for my data lines. and I get the desired result. But I have seen many projects where the...
  • LCD 4-bit mode Data and Control on Same Port
    I have a Keil C code for using 16x2 LCD in 4-bit mode. the code is working fine......... Problem: If "RS", "E" control pins (on LCD) are on a different port than the Data port, the code works fine...
  • LCD 4-bit mode Data and Control on Same Port
    I have a Keil C code for using 16x2 LCD in 4-bit mode. the code is working fine......... Problem: If "RS", "E" control pins (on LCD) are on a different port than the Data port, the code works fine...
  • LCD help needed
    Hello EveryBody, I am working on LCD (16x2) and i have built some of my ideas about LCD programming but i am using Assembly language for my LCD, well as all things was going sweet so as every programmer...