M5GFX icon indicating copy to clipboard operation
M5GFX copied to clipboard

missing canvas.setTextArea(x, y, w, h)

Open rudiratlos opened this issue 9 months ago • 1 comments

during my porting effort form M5EPD to M5unified, I'm missing the function canvas.setTextArea(x, y, w, h), which I use havily to show floating/wrapping text data on my epaper. Is there a similar function in m5gfx or should I use an extra sprite?

rudiratlos avatar Mar 16 '25 12:03 rudiratlos

Although it is not strictly the same as the M5EPD function, it may be possible to use the setClipRect function instead.

lovyan03 avatar Mar 16 '25 14:03 lovyan03