Shop OBEX P1 Docs P2 Docs Learn Events
Program Help — Parallax Forums

Program Help

GorillaGorilla Posts: 16
edited 2010-10-17 21:18 in BASIC Stamp
I need help with my program to make it more efficient. I am trying to make a scrolling display of the alphabet and I need some help with the code.

Comments

  • RavenkallenRavenkallen Posts: 1,057
    edited 2010-10-13 18:17
    What do you mean by more efficient? Did you read the last post on your previous inquiry?

    http://forums.parallax.com/showthread.php?t=126244

    Or is that not a problem anymore?
  • GorillaGorilla Posts: 16
    edited 2010-10-17 21:18
    Ravenkallen,

    Thanks for your help, I finally got the program to do what I was trying to do! I followed your suggestions and I changed a few lines of code and it works. When multiplexing the displays I had to refresh the image several times to get it to be viewable. I programed a subroutine to display each message and then told the program to repeat the message at least 50 times before returning to execute the next message. I greatly appreciate your help, it took me a while to figure it all out but I couldn't have done it with out your help. Thank You!:lol:

    Ex. Gosub Message0

    Message0:
    do
    fakecodefakecode
    fakecodefakecode
    fakecodefakecode
    reps=reps+1
    loop until reps=50
    return
Sign In or Register to comment.