Hi everybody,
I need a suggestion from you. I have to draw points collected from an external data provider micro controller, continuously. Basically, it is like drawing a curve, from left to right between two Y values, continuously. So, when a value reach the right margin, the drawing does not stop, but continue to draw point on screen. Ex. print the sin function from left to right continuously. Do you have any idea how to do it? thx for any suggestions.
Cheers,


Reply With Quote
rawImage() to "paste" it extend the cordinate axises a bit and draw the new data points. This will get nice scrolling of the display.


Bookmarks