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

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

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.

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...