M5GFX
M5GFX copied to clipboard
missing canvas.setTextArea(x, y, w, h)
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?
Although it is not strictly the same as the M5EPD function, it may be possible to use the setClipRect function instead.