I thought about this some more and thought that I came to the conclusion that I should do it in the main loop. When I used the y=y+525 in the interrupt routine, it only worked for the first timer overflow. Since the interrupt only cycles through once and the timer continues to run even if an interrupt has not happened, I figured I would need to keep checking for the overflow in my main loop. Let me know what you think of this. I wil need to try it tonight. Thanks.
Bookmarks