You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gdsports I compiled xac_joystick_pipico and it worked with Arduino Nano RP2040 connect as well. Now hoping to get it working through Arduino or CircuitPython.
what changes did you make to try to get it to run for RP2040? I'm trying not to have to switch to Mbed or Python, but I neither see a working Joystick library nor do I know what exactly that requires changing
I used c code to get it working. You just compile and run the code in other repository. Now, you don't need to do this with circuitpython 7 as you can define the descriptor in separate py file which runs at first. Here is the process to get it working: https://github.com/milador/CircuitPython_XAC_Gamepad
I tried modifying it to work in rp2040 and Arduino Nano RP2040 but no luck so far.
I managed to make it show up as eight buttons and dual joystick with minor changes, but it doesn't trigger any buttons or move joystick.
Any idea? Thanks
The text was updated successfully, but these errors were encountered: