-
Notifications
You must be signed in to change notification settings - Fork 29
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
Merge of pull request #33 broke examples in other Repositories #36
Comments
It's not in development. The main branch currently tracks release v1.0.0. I'm dragging a whole ecosystem kicking and screaming into "the future of GPIO" and unfortunately I don't have the time to tread lightly. I would recommend ensuring any examples relying upon this library pin themselves to There's a bug in Welcome to the future 😭 |
The libraries are from pimoroni, would it not be worth while to update the setups for at least those ones? |
I can help out with some PRs, but I just started building mine today. So it might take some time before I can get the new versions working. |
Oh good fun 😆 I plan to upgrade everything but couldn't do it simultaneously. Part of this is a huge rejig of the python packaging to the latest and greatest. The other part is migration from the defunct (and always rather non-standard) The Any feedback at all is useful, I'm being a little bit more reactive than proactive here and I've been distracted from Pi/Python by RP2040/Pico/MicroPython for a couple of years, so I've lost the plot somewhat. Which libraries/projects were you trying to use? Edit: A WIP for better surfacing errors - pimoroni/gpiodevice-python#3 |
FWIW I can't get the scrolling-text example in this repo working. Installing from scratch I ended up with a few issues.
Downgrading to Let me know if I can provide any other details - don't mean for this to be a "same here" comment, just seemed like the issue wasn't known to be for the examples here as well. Happy to pitch in on a PR as well! |
@wardbox can you share which changes you made? I am running into this same issue and simply downgrading the library is not enough to get it to work. Thanks! |
This snippet worked for my setup following the wiring suggestion on the store page:
ymmv for the actual pin numbers on cs, dc, and backlight |
You should run |
I did try that out as well with no luck :( |
The examples in the other repositories that are using this library are outdated due to this pull request.
Downloading the old version of this repository (commit c0733d6) and pip installing that one fixes the issues.
If I may suggest to using a development branch for the currently new versions.
The errors that are generated are not very instructive yet.
The text was updated successfully, but these errors were encountered: