I have a program that draws a section of ram to the screen and a program that manipulates the section of ram
Would it be a better idea to either
- Draw the screen after the program is done manipulating data then draw the data.
- Create an interrupt to draw the data at a regular interval.
I am using a monochrome lcd screen