How to use smaller memory to draw line?
I am using touchgfx to draw a sine line.I have two questions.
This is what I drawed using touchgfx simulator.
First question:
It looks like somewhere of the line is in light color, I don't konw why? Can it be fixed?

This is the drawing using memeory . The CWR using memory is keeping growing.
I set the canvas buffer size 32767 which is the largest number.It still is not enough.
If I draw some complext line ,it will be a disaster...
So the second question:
How can I draw line with smallest memory?
Best regards for answering. Thanks...
