Shop OBEX P1 Docs P2 Docs Learn Events
lcd help — Parallax Forums

lcd help

akezakez Posts: 12
edited 2005-12-08 18:32 in BASIC Stamp
hey parallax people.

i need some help. i have a lcd terminal appmod
2 line x8 character lcd module with user buttons

can someone send me a simple code to let say write my name. "aaron". and just explain the bare essentials of what i need to make my own lcd program



akez

Post Edited By Moderator (Chris Savage (Parallax)) : 12/6/2005 6:45:46 PM GMT

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2005-12-06 18:48
    The documentation for the LCD AppMod demonstrates how to write text to the display.

    http://www.parallax.com/dl/docs/prod/appmod/LcdTerminal.pdf

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • akezakez Posts: 12
    edited 2005-12-07 17:05
    well a another aproach to this is to first try to understand how it works. can someone please help me with this, i just can't seem to pick apart the sample program.

    Post Edited By Moderator (Chris Savage (Parallax)) : 12/7/2005 6:43:12 PM GMT
  • GearHeadGearHead Posts: 23
    edited 2005-12-07 18:22
    The program is commented as to what everything does. Follow the program logically and use the stamp editor help file.

    That’s the only way to learn.
  • akezakez Posts: 12
    edited 2005-12-08 16:58
    ok..just one more question....what is the difference between 8 bit mode 4 bit mode, 2 line mode, do i need to initialize all of these..or no just what i need

    Post Edited By Moderator (Chris Savage (Parallax)) : 12/8/2005 5:01:58 PM GMT
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-12-08 17:32
    When in doubt, turn to the specs. I wrote the aforementioned demo code based on the Hitachi HD44780A specification, as well as a bit of experience using it with the BASIC Stamp. There is nothing magic in our code; it is simply following the rules set forth by Hatachi to communicate with their LCD driver chip. You can find the 44780 specs all over the Internet.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • GearHeadGearHead Posts: 23
    edited 2005-12-08 18:32
    Parallax has great docs on their site.

    http://www.parallax.com/dl/docs/prod/audiovis/Hit44780.pdf

    JJ
Sign In or Register to comment.