-
Notifications
You must be signed in to change notification settings - Fork 6
The driver for the ssd1327 is not on pypi #8
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 was not able to determine why this package is not available on pypi (#6 does not explain), and I don't have any compatible hardware to test. If you manually copy the adafruit_ssd1327.py file into your project is it working for you? Normally we disable uploading to pypi when we know that the code is not compatible with Blinka and can only work with CircuitPython. |
I think this was from before |
I've only used with a CircuitPython board before, here is how I tried it on Raspberry Pi, it fails:
Output is:
|
Ah, it appears that Adafruit_Blinka_Displayio does not yet support i2c displays at all. adafruit/Adafruit_Blinka_Displayio#2 -- once issue 2 is addressed in that repo, it would then be useful to upload this package to pypi. At present it appears that only FourWire (SPI) displays are supported. |
Fixed by #11 |
The driver for the ssd1327 does not appear on pypi.
Driver: https://github.com/adafruit/Adafruit_CircuitPython_SSD1327
The search page: https://pypi.org/search/?q=ssd1327
The text was updated successfully, but these errors were encountered: