fix for platforms without bitmaptools#81
Conversation
|
I'd prefer not to add this fallback here and instead get
I'll open a PR to Blinka_Displayio repo with it once I get a few more of the remaining functions implemented. |
|
I agree that adding bitmaptools to Blinka is the correct way to go. But until this is merged, the import of Polygon already causes a program to crash with an exception. So this PR is useful as a temporary workaround. This depends on how fast your code will be merged to Blinka. |
|
bitmaptools is merged into Blinka_DisplayIO now. I think it is okay to close this and leave out compatibility for platforms missing it for now. |
This fixes #80
Tested with Blinka_Displayio_PyGameDisplay