• problem when i interface the lcd with LPC2148
    Hi when i tryed to interface the 16*2 lcd with lpc1248 i am facing problem i.e when i send 'A' to lcd it shows O in lcd display i attached my code beloe //////////////////////////////////////////...
  • problem when i interface the lcd with LPC2148
    Hi when i tryed to interface the 16*2 lcd with lpc1248 i am facing problem i.e when i send 'A' to lcd it shows O in lcd display i attached my code beloe //////////////////////////////////////////...
  • 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...
  • 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...
  • define LCD pins in function for 8051 interface with LCD
    hi everyone I am working on LCD interface with the C8051f120 controller and i did it well, but im working with different hardware so LCD pin rs, rw, en and data port can be varies with hardware...