Program Help
Gorilla
Posts: 16
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
http://forums.parallax.com/showthread.php?t=126244
Or is that not a problem anymore?
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!
Ex. Gosub Message0
Message0:
do
fakecodefakecode
fakecodefakecode
fakecodefakecode
reps=reps+1
loop until reps=50
return