• lcd interface
    has anyone interfaced a powertip lcd to 167/ST10? If yes, Pls let me know the ports used and the initialisation sequence regards rajesh
  • LCD Interfacing problem
    I want to interface LCD in 8 bit mode but it can not initializes. bellow is my initialization function please help me to solve this problem. void Lcd_Init() { Lcd_command (0x30); MSdelay(50); Lcd_command...
  • Problem With LCD Interfacing.
    Hi Everyone, i have written code for interfacing LCD With lpc2103 Microcontroller.i have interfaced it with 8 bit mode. i tried to debug the problem but not successful.acually the problem is while...
  • lcd PROBLEM
    hi all i am a bit stuck in a problem . i am using a LAMPEX 24200(HD44780 clone) lcd and trying to interface it with AT89C51 . my problem is i am not able to understand where my problem lies , it seems...
  • Interfacing (8-bit ) LCD to 8051
    Hai all, I want to interface 8-bit LCD module to 8051. I am using keil c-complier develop my logic. I would not achieve the required delays. How to calculate the extact timing delays? I would be...