
Bookmaker
USA
Asked
— Edited
DJ, I am out of Digital Ports and I want to use a LCD Display. Can I use a 12C port and if so do I need to purchase a special interface and how would I input the text since the only control available under 12C is blinkin and nothing that I can see in Script? I await your input.
I also just read that the default address could be 0x4C ... Geez this LCD is not documented well
so maybe this will work..
PS.. I'd cycle the LCD power before trying different commands. Each command might get to the LCD but do something that makes the next command not work.
Thanks a bunch DJ, I am at work now but I will try it when I get home. It is definitely i2C. I did try the sendI2C(0x27, "Hello World") but all that happened was the screen went dead. Thanks for all your time!
Wait!!! It responded with 0x27? That might be it!! See if it goes dead with 0x4C also...
Does it normally go dead? Or only that time?
Chinese stuff like this is never documented well
Actually that is the one and only responce I have gotten.
Okay then we're on the right track for address ID i think
Hello, I just got home and tried everything you mentioned. The only one that did anything was the sendI2C(0x27, "Hello world") which blanked the screen.
Okay, that's a start. Now we need to find out how to send commands.
How about
For reference: