Shop OBEX P1 Docs P2 Docs Learn Events
Difficulties in programming RT1602C LCD display — Parallax Forums

Difficulties in programming RT1602C LCD display

b0ib0i07b0ib0i07 Posts: 33
edited 2010-09-29 19:09 in BASIC Stamp
Hi...

For enquiry, is Basic Stamp editor (BS2) able to use for programming RT1602C LCD display?? The RT1602C LCD display is not from parallax...

OR is there another way of programming it???

We need to display some alphabet characters, is there any sample program or code???

Here is the link:
http://www.mcu123.com/news/Article/PC/LCD/200611/3938.html


Thanks...

Comments

  • FranklinFranklin Posts: 4,747
    edited 2010-09-29 08:40
    Parallax made a parallel LCD I don't know if they still do but there should be some info on it. The document you linked to was in Japanese? I don't read that so I couldn't tell you what chip the display is using. You will need a bs2. I would go with a bs2'p' version.
  • rixterrixter Posts: 95
    edited 2010-09-29 14:24
    That looks to be Hitachi or compatible controller, which means it should be rather straight foward to interface with the Stamp. As Franklin points, out, the 2p series having the LCDCMD and LCDOUT commands will simplify things as far as communicating with the LCD. You can use PULSEOUT commands with the BS2 to communicate with the LCD as well. The Stampworks manual explains both methods.

    Rick
  • b0ib0i07b0ib0i07 Posts: 33
    edited 2010-09-29 19:09
    thanks! :)
Sign In or Register to comment.