DOWN KEY(GPIO0) doesn't work
Opened this issue · 1 comments
jd3096-mpy commented
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 commented
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