Asked — Edited

Lcd Screen Questions

Dj, what serial lcd screen did you use for you omnibot 2000?

Is there a brand of lcd you especially like/use?

Also, all i can find is i2c serial lcd screens when i search serial lcd screens on ebay. ?


ARC Pro

Upgrade to ARC Pro

Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.

PRO
Synthiam
#1  

It's a tv lcd from a car headrest connected to an ipod

#2  

oh... but u have mentioned lcd screens. im a little confused because of "i2c serial lcd screens". Do you have a tutorial on lcd screens at all? thinking of putting one in the front of my wall-e when im done phase 1.

Do you have a pic of the setup for your lcd?

Thanks.

PRO
Synthiam
#3  

On the top menu is an open titled "Tutorials"

For things like screens, that's hardware. Look under the hardware tab.

Here is a shortcut: https://synthiam.com/Tutorials/Hardware.aspx?id=13

United Kingdom
#6  

There are two different items that both can be referred to as LCD displays.

  1. Small 2x8 style LCD displays, usually I2C or Serial (like the first of your links)
  2. LCD displays such as monitors, tvs etc. (like the second link)

They both work differently. Typically the second type need a video input through VGA or composite (or possibly HDMI these days?). The EZB cannot output anything to this type of screen.

There are the smaller LCD displays which are Serial or I2C, I've yet to source a serial one to fit my current project but I2C are all over eBay. Be wary of which one you get and search on here first as the one I bought was useless as it had no decent documentation.

You can use either Serial (3 wire, connects to Digital Port) or I2C (4 wire, connects to I2C Bus). I2C is more complicated than Serial, at least to me it is...

United Kingdom
#10  

That one looks like the I2C one I bought and threw out due to lack of usable information.

Have a read of this topic here to see just how difficult I2C can be.

#11  

yea it's just that almost all of the displays on ebay are titled "IIc/I2c serial lcd display"

PRO
Synthiam
#12  

It's going to be difficult to find because ebay sellers title te LCD incorrectly.

On the LCD hardware tutorial page there Is a link to search eBay

#13  

yea thats what i went to DJ. So does the title I2c serial lcd mean its serial and i2c compatible?

#14  

@Technopro

May I ask what you need the LCD to display?

#15  

Just basically anything i want. I would send a command to display certain text.

United Kingdom
#16  

If it's just text you want displayed, and not much text, say 8 characters per line, 2 or 4 lines, then you need to find yourself a simple serial LCD 8x2 or 8x4 display. Look for Serial 3 wire LCD displays. It needs only 3 wires, VCC, Ground and Data.

If it has 4 wires it's probably I2C and not worth the time or effort.

#17  

i give up on this. i will do other stuff instead. Any ideas?

United Kingdom
#18  

I posted a link to one a while back, here it is again Linky Link Link

While I'm not 100% sure it's the right thing I am 99% sure.

It's 5 pin, but only 3 are needed;

Quote:

Pin 1 RX(m) Signal in non-inverted Pin 2 TX Signal out controlled by software Pin 3 +5V Power Pin 4 RX(232) Signal in inverted for direct connection to RS232 Pin 5 GND Ground

Wire a servo extension as follows; Black to pin 5 Red to pin 3 White to pin 1 or 4 (unsure which, it could be either)

Wait for someone to confirm before buying, I wouldn't want someone to get the wrong thing from something I've said.