kbembedded / Flipper-Zero-Game-Boy-Pokemon-Trading

Pokemon trade from Flipper Zero to Game Boy for Generation I & II games (Pokemon Red, Blue, Yellow, Gold, Silver, and Crystal)
MIT License
318 stars 18 forks source link

Fix OK button not working bug #4

Closed ESurge closed 1 year ago

ESurge commented 1 year ago

Hey there, great project! Funny enough, I've also been working on a Pokemon Trader app for FlipperZero based on the Arduino project. I haven't published anything as I couldn't figure out the proper SPI configuration. Seeing this project, and having it working is awesome!

I wanted to help out and fix your OK button issue. Simply reassigning the pins to A7, A6, A4 will solve this. Pushed the changes here.

Looking good. Cheers.

EstebanFuentealba commented 1 year ago

OHHH! Thank you very much for the PR. Flipper Zero replied to me: https://github.com/flipperdevices/flipperzero-firmware/issues/2538#issuecomment-1486267409

I think that to not change too much, it's better to switch between pins C3 <-> B2 because I don't have any more materials to cover all the pins.

Share your Pokemon Trader app, it makes me curious!