• 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 Interfacing
    Hi, I am trying to print characters on the LCD. I am stuck in setting the DDRAM Address. I know that we must use the SET DD RAM Address instruction. Does this address specify the start of the DDRAM...
  • LCD Interfacing
    Hi, I am trying to print characters on the LCD. I am stuck in setting the DDRAM Address. I know that we must use the SET DD RAM Address instruction. Does this address specify the start of the DDRAM...
  • Problem in LCD interfacing
    Hello Sir, I have interface lcd with MC9s08GT16 (freescale hcs08 series). i have connected a lcd to this microcontroller in 4 bit mode. the connections are as below. Pin1- GND Pin2-...
  • 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...