-
Notifications
You must be signed in to change notification settings - Fork 126
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
"pins we need are in use" error when attempting to draw image to Inky Impressions 7.3" #202
Comments
Was able to find that the error is coming from gpiodevice. I'm not familiar enough with raspberry pi architecture to know if is happening because I'm using a pi 3 instead of a 5. Judging by the code though, it seems like |
We probably need some better documentation around this, but since pins are now exclusive but Inky wants to control SPI chip select from software you might need to add the following to config.txt: dtoverlay=spi0-0cs |
I'm running into the same issue after upgrading to inky 2.0.0 on a Raspberry Pi Zero W. After setting the config option above, I'm encountering a different but similar error:
|
I'm trying the suggested fix right now as well and will report back with whether it worked for me or not! |
Issue was resolved after adding |
I still have this issue even after adding I also tried to create a file Did anybody manage to fix this ? Note that I am on Bulleye not Bookworm |
Does the file already exist? Does the spi0-0cs should work for Pi Zero, though it's been a while since I fired one up 😬 |
In Bulleye it's seems that the file and directory doesn't exists. I will try with a clean install on Bookworm and Bulleye. |
I retry with a clean install on Bulleye and it worked. I think there might be a daemon service that could have use the port. |
Issue Description
I bumped my project to
inky
2.0.0 and addedgpiod
andgpiodevice
to the pyproject.toml and encountered the following output:Configuration Context
RPi.GPIO
version 0.7.1 andinky
version1.5.0
.The text was updated successfully, but these errors were encountered: