Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

Clear / Delete last drawn image #76

Open yashmulgaonkar opened 1 year ago

yashmulgaonkar commented 1 year ago

Hello @Bodmer , Is there a way to clear a drawn image?

Use case: There are 2 overlapping images, and we want to delete the last drawn image without redrawing the lower "layers." Thanks!

Bodmer commented 1 year ago

The displays only have a single image RAM buffer. So the image layers would need to be kept and maintained in processor RAM, this could be achieved using Sprites.