-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sh1106_i2c display not supported error #1256
Comments
The SH1106 and the SSD1306 displays are not exactly identical, for some projects the same code and drivers can be utilized for both displays, but unfortunately the driver for SH1106 that pwnagotchi has doesn't work with the SSD1306 over i2c. I have ported the SSD1306 display for pwnagotchi and have been using it myself for a while now, if you allow me some time, I can clean the files up and do a pull request sometime within the coming weeks. |
Thanks for the reply, after the pull request could you also give a few instructions on how to use the display, I’m pretty new to using the raspberry pi. Thanks |
Even if the pull request hasn’t been done can you help in making it work without the pull request? @erajtob |
@arnav-boop I've created the pull request, if you don't wanna wait till the merge, you can always just clone my master branch erajtob/pwnagotchi If your pwnagotchi is on the latest version as the current one, you can clone my repo to your local machine, I've written a simple bash script that can help you copy over the content to your pwnagotchi over ssh.
The other easy way is of course just clone the repo and manually copy over the pwnagotchi directory to your SD card at |
Thanks! |
im trying to use an 0.96inch oled 128x64 i2c display but i get the error
unsupported
display type sh1106_i2c`
i used the instructions from this reddit post and i followed ToothNo6591's instructions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I want the ui to be displayed on the oled display and the error
unsupported display type sh1106_i2c
to be not shown/Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: