Dave Phillips
New Member
Hello. I am using the Oshon PIC simulator IDE and trying to write to a 1602 (16x2 line) Liquid Crystal Display. The interface is via an I2C 4-wire connection. The command that I trying to use looks like I2CWrite sda, scl, 0x4e, addr, data (where 0x4e is the I2C address). I just can't get it to work. Could anybody help me please? All I need is an an example of how to write 0 to the first character of the first row and I can take it from there. Many thanks