Question Regarding I2C Address

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
Bill_Sev
LCD!
Posts: 10
Joined: Mon Apr 12, 2004 2:31 pm

Question Regarding I2C Address

Post by Bill_Sev »

If the display is preset to 50h. Is it necessary to set the I2C address thru the microcontroller or can I select it as follows?

MainSend:
mov A,#LCDW ; set slave address (8
Miles
Matrix Orbital
Matrix Orbital
Posts: 1105
Joined: Mon Mar 04, 2002 4:00 pm

Post by Miles »

Hello...

The display's I2C default address is 50h, however this can be changed up to 16 or 127 different addresses, depending upon the unit you have. The only way a "slave" device will accept communication is if it's accessed by it's identity, the address.
Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital
Bill_Sev
LCD!
Posts: 10
Joined: Mon Apr 12, 2004 2:31 pm

Post by Bill_Sev »

Miles I understand that......

I was wondering if it had to be accessed via 0FEh 50H or can I just use 50h alone when selecting the slave?
Miles
Matrix Orbital
Matrix Orbital
Posts: 1105
Joined: Mon Mar 04, 2002 4:00 pm

Post by Miles »

You can define the address by simply using 0x50.
Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital
Post Reply