Hi,
I need some help regarding redrawing only part of the screen.
On the screen I draw point (from a measurement). In addition I write some text about statistics.
I now want to change the text (based on changed values) but I don't want to delete the points.
So I can't use background() in the draw() function.
I don't want to buffer the point values and redraw them every time.
Alternatively I could draw a retangle above the text. Also not very elegant.
Is there a better option?
Thanks
Robert
1