Shop OBEX P1 Docs P2 Docs Learn Events
LCD question — Parallax Forums

LCD question

Microman171Microman171 Posts: 111
edited 2005-06-30 05:31 in BASIC Stamp
is it posible to connect a parallel LCD to a basic stamp?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1 + 1 = Window

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
0............................................0
0............................................0
0.(Microman171@hotmail.com)..0
0............................................0
0............................................0
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-06-27 23:16
    Yes.· You didn't say which Stamp model·you have.· If you have a member of the BS2p family, then have a look in the manual/help file under LCDCMD, LCDOUT, and LCDIN.· If you have another module you can still connect it, you've just got to write manual code for access.· I've attached a demo that should get you going.


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • um..., Hium..., Hi Posts: 64
    edited 2005-06-28 02:28
    hey microman,


    i just did this about 1 hour ago so i have lots of little hints, well actuialy i have 2, use the schematic found on P. 238 in the BASIC Stamp manual or P. 242 in this document whic can be found here (which is the BS manual in a .pdf) and with Mr. Wiliams permision i will post the code he gave me for a BS2 or you can use the attached code for a BS2P!

    have fun,
    -mm

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    anim.gif
  • Microman171Microman171 Posts: 111
    edited 2005-06-28 06:42
    I have a BS2 and I'm sure it is a parallel LCD have a look here

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    1 + 1 = Window

    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    0............................................0
    0............................................0
    0.(Microman171@hotmail.com)..0
    0............................................0
    0............................................0
    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-06-28 14:16
    The controller on that chip is compatible with the code I provided above. The connections are in the program. For a schematic, look in the PBASIC help file under LCDCMD.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • um..., Hium..., Hi Posts: 64
    edited 2005-06-28 16:58
    hey,

    if you use that code with the schematic in the PB manual be sure to change E to pin 0 under the pin definitions

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    anim.gif
  • Microman171Microman171 Posts: 111
    edited 2005-06-30 05:31
    Thanks Guys for all of your help smilewinkgrin.gifsmilewinkgrin.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    1 + 1 = Window

    /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
    0............................................0
    0............................................0
    0.(Microman171@hotmail.com)..0
    0............................................0
    0............................................0
    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Sign In or Register to comment.