Skip to content
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

DOWN KEY(GPIO0) doesn't work #6

Open
jd3096-mpy opened this issue Feb 22, 2024 · 1 comment
Open

DOWN KEY(GPIO0) doesn't work #6

jd3096-mpy opened this issue Feb 22, 2024 · 1 comment

Comments

@jd3096-mpy
Copy link

This ia an amazing project!
But I found that DOWN KEY(GPIO0) doesn't work, I tried other GPIOS like GPIO13 23 35,it still don't work,how tho slove this problem?
I found the key setting in sdkconfig
`#

Controller configuration

CONFIG_GPIO_LEFT=13
CONFIG_GPIO_RIGHT=12
CONFIG_GPIO_UP=34
CONFIG_GPIO_DOWN=0
CONFIG_GPIO_A=32
CONFIG_GPIO_B=33
CONFIG_GPIO_SELECT=0
CONFIG_GPIO_START=0

end of Controller configuration`

And can this project connect to wifi and run PICO8 splore?
Thanks a lot.

@DavidVentura
Copy link
Owner

Not sure what's up with the config that it's not getting picked up - this does work on my demo PCB. Do you have external pullups on you button?

Splore is not yet supported, but I have plans to add support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants