robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
83 stars 19 forks source link

Remove Image.copy() #65

Closed missionfloyd closed 2 years ago

missionfloyd commented 2 years ago

I just realized that it's no longer necessary to make copies of image. Image.point() returns a new image.

robweber commented 2 years ago

That's awesome. This was a simple fix so I just made it quick in the main rather than waiting for you to rebase. Thanks!

aaronr8684 commented 2 years ago

Thanks for catching that!