Search found 3 matches

by ulasss
Tue Mar 17, 2009 2:28 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C Communication Problem
Replies: 7
Views: 7931

No I tried resetting device still no good. I run below code in both LCD revisions

StartI2C();

setI2CAddress(0x50);

clearScreen();

setCursorPos(1, 1);

blinkOn();

writeChar('a');

StopI2C();

In Revision 1 there is no problem it clears the screen writes char 'a' on the screen to the ...
by ulasss
Fri Mar 13, 2009 11:05 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C Communication Problem
Replies: 7
Views: 7931

Thank you for your kind reply. I can not display characters on screen yet I can issue clear screen command set contrast command. Isn't it weird?
by ulasss
Fri Mar 13, 2009 7:41 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C Communication Problem
Replies: 7
Views: 7931

I2C Communication Problem

Hi there I am using both versions of LK204-25 Rev1 and Rev2. I can use use Rev1 without any problem using I2C protocol. Whereas when I try to run the same code on Rev2 board it does not work properly. I soldered I2C jumpers on the Rev2 board and I am using 0x50 as default I2C address. I can run some ...