Question
Cache multiple lines
Hi
I want to draw 100 lines and use it as background. They will not change often so I can save it in line_buffer and use blitCopy to paste it to framebuffer below my graph.
Is there any way to redirect line drawing to line_buffer or any other clever way to do it?
Best regards Matjaz