Shop OBEX P1 Docs P2 Docs Learn Events
Basic stamp and serial lcd — Parallax Forums

Basic stamp and serial lcd

rrrr Posts: 63
edited 2007-11-04 22:14 in BASIC Stamp
Hello,

I·am trying to control a serial lcd screen with my basic stamp. This is the lcd·I am using:
http://www.sparkfun.com/commerce/product_info.php?products_id=813

I thought that it would use the same code as the parallax serial lcds, but·I thought wrong... I just need to display simple lines of text, but·I am completly lost. I tried reading the data sheet for the controller it is based on but·I didnt really understand any of it. If anyone has some time to help me that would be great.
Here is the data sheet for the lcd:
http://www.sparkfun.com/datasheets/LCD/SerLCD_V2_5.PDF

Thanks
rr

Comments

  • RDL2004RDL2004 Posts: 2,554
    edited 2007-11-04 22:14
    It works by just sending the text you want with SEROUT. You have to specify where to position the cursor. Here is a program I wrote that just ramps the backlight up and down and sends a few lines of text. Maybe it will help you get started.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Rick
Sign In or Register to comment.