Shop OBEX P1 Docs P2 Docs Learn Events
my own LCD — Parallax Forums

my own LCD

theyetheye Posts: 31
edited 2005-08-04 21:19 in General Discussion
can i make my own LCD, i think that i can but, is this posible?

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-07-27 14:47
    Can you be more specific? If you're asking about the glass portion ... No.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • theyetheye Posts: 31
    edited 2005-07-29 05:18
    no, i'm asking if i can put a lcd of some device in my bo-bot?
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-07-29 12:26
    Sure, you could -- with some changes to the original BOE-Bot code -- put our LCD AppMod onto your BOE-Bot. The LCD AppMod uses P1..P7, so you'll have to move all sensor and BOE-Bot I/O to P8..P15.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2005-07-29 16:06
    You are better off buying the module that Jon recommends.
    It is quite small and have four buttons to allow program control

    I have about 4 LCDs that I have bought cheaply and they can really take a lot of time and effort to figure out. After a year of effort I am still trying to get half of them working. One looked very good, but the power inputs are reversed. It took me a long time to get the documentation to figure that out.

    Parallax's software for the BasicStamp really only supports the Hitachii HD44780 LCD which is a great little device, but a bit more expensive. It has extra RAM space that can be used to store data or you can move the screen left to expose the hidden segment, them move it back to the right. This allows more than the 8, 16, or 20 character width if you need long messages.

    Also, Parallax's software for the BS24P and BS40P only supports the 4-bit interface. If you get an older 8-bit LCD, you have to figure out all the code and it will take up four more I/O pins from the BasicStamp and maybe a lot of your programing space.

    The other option is a more expensive RS232 serial interfaced LCD which takes less I/O pins and less programing space.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    G. Herzog in Taiwan
  • Tom-Matrix OrbitalTom-Matrix Orbital Posts: 38
    edited 2005-08-04 21:19
    Have you ever considered Matrix Orbital serial interface displays?

    http://www.matrixorbital.com/
Sign In or Register to comment.