i2c linux smbus - how to verify that the address of the lcd?
Posted: Mon Mar 24, 2008 12:44 pm
what kind of initialization code do I need to interface between an ARM uP and the LK204-25 using i2c? I changed the jumper settings to i2c in lcd hardware, and connected the power, ground, i2c clk and i2c data lines to the uP.
Using the smbus protocol in linux, i changed the slave address to 0x50, and sent the clear screen command, but nothing happens. I see the 0x50 being transmitted while monitoring on the oscope, but the ninth bit it a nack.
how do i verify that the address of my lcd is 0x50?
thanks.
Using the smbus protocol in linux, i changed the slave address to 0x50, and sent the clear screen command, but nothing happens. I see the 0x50 being transmitted while monitoring on the oscope, but the ninth bit it a nack.
how do i verify that the address of my lcd is 0x50?
thanks.