Hello, I have an Arduino R3 Uno, it is in joystick mode, I want to change the name that says in "UnoJoy" to any name, does anyone know how to change it? There is no video on YouTube... there is only the Arduino Leonardo.
someone knows?
I assume that this is what you have: GitHub - AlanChatham/UnoJoy: UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
I only know what you need to do, not the exact how
#define STR_PRODUCT L"UnoJoy Joystick" ; that specifies the name that you see in your screenshot and you can change that.Note: this is the same file on github: UnoJoy/UnoJoy/ATmega8u2Code/usb_gamepad.c at master · AlanChatham/UnoJoy · GitHub