-
Notifications
You must be signed in to change notification settings - Fork 5
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
Inky update #1
Inky update #1
Conversation
Hi @userhas404d and thanks for the contribution! My e-ink display is still in my office which is closed right now. I will merge your changes once I am able to test it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use single quotes as it was originally. This is mostly a personal preference and recent Python documentation tends to use single quotes.
Hi @userhas404d! I was finally able to retrieve my e-ink module. Unfortunately, the new I will investigate on this issue before merging your PR. |
Here is what Pimoroni wrote on the Inky pHAT product page:
Unfortunately, the schematic of these modules is not available so I am not sure if they use a different display. |
:,( I read through your issue on the upstream library and I understood some of those words.. Worst case scenario recommend maintaining this and the "legacy" codebase on separate branches. 110% your call though. |
Hi @userhas404d! I packaged this project so it can be installed via pip. This is still in the If most of the code of cli.py can be shared between the Let me know what you think. |
I imagine we could do something along the lines of:
Then we can use it as if it was the newer library. Since all the drawing is done as Pillow image manipulation, we in fact don't need any other functions besides |
I repackaged everything in the |
Hi @userhas404d! Sorry I kind of forgot about this project for a while. I updated the software and it now uses the |
Hey @DurandA thanks for this awesome project!
This PR is my attempt at updating things to use pimoroni's new inky library. I used black to format as I went so that's part of why this PR is touching so much.
I don't have a waveshare so not sure if this breaks things for that implementation.