Script Monitor icon Script Monitor Monitor and diagnose running ARC scripts: view active script labels, statuses, and stop long-running or background scripts easily. Try it →
Asked — Edited

LCD Display

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.


ARC Pro

Upgrade to ARC Pro

ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#33  

Let's hope v13 makes it a bit easier for you by using the script console.

PS, i ordered one. So i'll be able to help you when i get it

#34  

As usual you always go above and beyond. WAY ABOVE AND BEYOND. It is more of a chalange now than a practacality since I have an additonal 20 digital ports to work with I could simply order a serial LCD but like I said it is more of a chalange at this point.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#35  

LOL, we'll figure it out:)

#36  

Well, I tried a bunch to noavail.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#37  

Does the screen still go blank with the anything send to the address 0x27?

#38  

DJ, sendI2C(0x27, "Hello World") Blanks the screen.

I get a lit screen with the curser flashing in position one when I send: sendI2C(0x27, 0x20, 0x10) # put in 8 bit mode sendI2C(0x27, 0x20, 0x08) # configure for 2 line display sendI2C(0x27, 0x01) # clear display

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#39  

Well that's good news!

After those commands, try sending something like

sendI2C(0x27, 0x80, "Hello World")

#40  

No such luck. May be we should wait until you get yours. Don't need taking everyones time up.