Shop OBEX P1 Docs P2 Docs Learn Events
Scrolling LCD display — Parallax Forums

Scrolling LCD display

ArchiverArchiver Posts: 46,084
edited 2004-07-19 16:50 in General Discussion
Hi guys,

I want to scroll a lcd display vertically, is that possible?

My intention is:

1) vacuumtest |
2) pressuretest|
3) liquidtest | LCD SCREEN
4) ««««««--|
5) automatically



when I push on a arrow down pushbutton, the screen must be:

1) ªªªªªª--|
2) pressuretest|
3) liquidtest | LCD SCREEN
4) automatically

I wonder what's the shortest possible way to create this (i'm using
an 4x20 LCD display)?




Regards,

Tim

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2004-07-19 16:50
    You could write a loop that reads a line and copies it to the next (above or below, depending on scroll direction). I don't think you're going to find a magic answer, short of using a specialty LCD controller that may have vertical scrolling built in.

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: ikenniemandanders [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=TDtNa0bEdsx4ryYwjXqnDtVLtO3O303tTJa8xE1oDkIpjD-mqMvyOWpc_hxM_0FUX4moI1Fc_6U]tld-nv@s...[/url
    Sent: Monday, July 19, 2004 9:31 AM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Scrolling LCD display


    Hi guys,

    I want to scroll a lcd display vertically, is that possible?

    My intention is:

    1) vacuumtest |
    2) pressuretest|
    3) liquidtest | LCD SCREEN
    4) ««««««--|
    5) automatically



    when I push on a arrow down pushbutton, the screen must be:

    1) ªªªªªª--|
    2) pressuretest|
    3) liquidtest | LCD SCREEN
    4) automatically

    I wonder what's the shortest possible way to create this (i'm using
    an 4x20 LCD display)?




    Regards,

    Tim
Sign In or Register to comment.