-
Notifications
You must be signed in to change notification settings - Fork 201
Should more libraries be pushed to PyPI for Blinka? #336
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
Comments
i defer to @kattni - i think at least nunchuk should work fine in blinka, dunno how we feel about the rest |
Hi @jepler |
For the SSD libraries, Blinka displayio does not currently have code for making use of these drivers, but it could potentially and if you would like to start adding code, that would be awesome. |
I think all of the displays I have on hand use SH11.. drivers but I've been wanting to get an eInk display so I'll make sure I get one with a SSD.... driver |
No, because Blinka does not implement the ParallelCapture class. |
Is the |
I don't know enough about what would be involved to say for sure. On Linux SBCs, it's already possible to interface with cameras that use the standard V4L APIs, possibly including the OV2640. (I only say that because this is a source file that exists: https://github.com/torvalds/linux/blob/master/drivers/media/i2c/ov2640.c) But that wouldn't require or benefit from the code in the OV2640/7670 libraries. |
Hey, folks. A few things.
Please ensure that you are updating the README to have the PyPI install instructions for libraries being deployed to PyPI. |
@jepler @kattni I think this is now resolved since everything is on PyPI for Mu. Also, I have a PR out for the cookiecutter to remove the option NOT to add it to PyPI. |
Yes this is completed. Thank you for catching it. |
Uh oh!
There was an error while loading. Please reload this page.
Below is a list of bundle libraries containing a
setup.py.disabled
I've separated them into 3 groups:
Don't push to PyPI - Blinka can't use it
colorsys
should be compatible on BlinkaDo push to PyPI - Blinka can make use of it
Maybe - Could Blinka make use of it?
@makermelissa , @ladyada for input.
If it's agreed to push some of these to PyPI, I intend to work through the selected list and make the changes.
The text was updated successfully, but these errors were encountered: