Interrupt refreshing help

PaulS:
I like consistency. This is not.

Sorry there was a typo there, I'm going through my code today to try and comment everything and fix stupid errors, I'll post all my code after.

tuxduino:
I think you should insert "page change" detection. Like, currPage, prevPage. If currPage != prevPage then clear and display data, else don't touch the display.
This should make the screen refresh only when needed, instead of doing it at every cycle.

HTH

I will be receiving data that changes on each page that's why I need the page to refresh so often.

Like I told PaulS, I'm going to clean up my code and post it later today. Thanks for all the help guys/gals.