I finally got the thing working!!! I realized that the address I was using $4C was only 7bits long, tried $98 for the address and it started working. Been working on this for about 5 days now, guess the important thing is that its working and I can now start my project as everything revolves around this lcd controller.
Thanks LinkMTech for all your input!!!!
Code:SDA var PORTC.4 SCL var PORTC.3 I2CWRITE SDA,SCL,$98, ["HELLO"]
Bookmarks