ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
78 stars 19 forks source link

Add Canvas.rotate and Canvas.paste #158

Closed CRImier closed 5 years ago

CRImier commented 5 years ago

I'm working more and more on various functions that allow to use Canvas in yet unforeseen ways. For example, in GridMenu, apart from the Canvas used to draw the menu itself, an additional Canvas together with MockOutput is used to crop the text in the grid cell so that it doesn't overflow. So, there are two functions I think we should have

LouisPi commented 5 years ago

I should be able to do this. Basically wrappers for PIL Image paste and rotate.

CRImier commented 5 years ago

Yep, same as the other wrappers we already have in Canvas.

CRImier commented 5 years ago

@LouisPi thank you for your help!