Maker-Melissa / OpenSign

A library to facilitate easy RGB Matrix Sign Animations on the Raspberry Pi using Python.
MIT License
26 stars 2 forks source link

Add canvas duplicate function that returns a copy of itself with current settings #2

Closed makermelissa closed 2 years ago

makermelissa commented 4 years ago

This way it's much easier than creating a brand new canvas and applying settings. Maybe a parameter about whether to copy content as well, but probably not.

makermelissa commented 2 years ago

I used copy.copy and that worked fine.