2025-06-05 2:25 PM
I am looking into making an Avatar widget (image inside a non rectangular container).
I looked at some of the the lcd.blitcopy, canvas, circles and painters and getting a bit confused where you could apply a mask to an image to only render a section of it.
I am sure this would be a great addition to the shared widget.
Right now, I am looking into circles and their painters to figure out the paint() and drawn() operations.