Replies: 3 comments
|
I am also using a button between pin 5 and ground - just made a small adapter splitting the pin 5 socket to 3 pins. |
0 replies
|
Please check this before trying - seems other things have to be considered too. So on your own risk |
0 replies
|
Thanks, I'll give that a try. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Anyone know if this will work on the I2C0, pins 27 and 28, rather than I2C1, pins 3 and 5? I am trying to add a power button too and while I can splice the SCL from the OLED display into a momentary switch running a script to watch for pressing a button on GPIO3 (pin 5) kills the communication to the display. And yeah I could move the momentary switch to another GPIO but as far as I know the wake up pi only works when you short GPIO3 to a ground.
Right now I have it still connected to I2C1 and the momentary switch spliced, it allows me to wake the pi from a shutdown state but not shut it down from the button.
All reactions