I2C display

Hi,
I came across a 1602 display IIC / I2C serie lcd 1602 modul display for (for arduino) bought on ebay, but no documentation except adr 0x27.
Anyone who has tried using something like that with picaxe? Is there a I2C standard for display commands and data?
 

Goeytex

Senior Member
The 0x27 Address is a 7-bit address. The actual 8-bit address is 0x4E and is the address you should use with Picaxe I2C.
 
Top