Skip to content

bitmaptools not available for non-native CircuitPython (Blinka) #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bablokb opened this issue Apr 15, 2025 · 0 comments · May be fixed by #81
Open

bitmaptools not available for non-native CircuitPython (Blinka) #80

bablokb opened this issue Apr 15, 2025 · 0 comments · May be fixed by #81

Comments

@bablokb
Copy link

bablokb commented Apr 15, 2025

Using this lib running with Blinka, the import of bitmaptools throws an error since this a native library not provided by Blinka. This was introduced with #76 while adding stroke support for Polygon.

A fix should be simple: bitmaptools is only used for a single function which can be replaced with a pure Python implementation in case bitmaptools is not available. Which might also be the case for native builds.

@bablokb bablokb linked a pull request Apr 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant