USB Gamepads - please help
| Author | Message | ||||
| ManiB Senior Member Joined: 12/10/2019 Location: GermanyPosts: 141 |
OK, these are the results of my THEGAMEPAD: > run Make sure the gamepad is unplugged press a key when ready Plug in the gampad and make sure no buttons are pressed press a key when ready Generic Gamepad Connected on channel 3 We are now going to step through the 16 possible buttons on the gamepad If your gamepad does not have the button requested just press any key to continue Press and hold the R1 button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,02,40 1C59,0026 7F,7F,7F,7F,7F,0F,02,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the START button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,08,40 1C59,0026 7F,7F,7F,7F,7F,0F,08,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the HOME button then press any key Press and hold the SELECT button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,04,40 1C59,0026 7F,7F,7F,7F,7F,0F,04,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the L1 button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,01,40 1C59,0026 7F,7F,7F,7F,7F,0F,01,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the DOWN button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,FF,FF,FF,FF,0F,00,40 1C59,0026 7F,FF,FF,FF,FF,0F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the RIGHT button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 FF,7F,7F,7F,7F,0F,00,40 1C59,0026 FF,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the UP button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,00,00,00,00,0F,00,40 1C59,0026 7F,00,00,00,00,0F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the LEFT button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 00,7F,7F,7F,7F,0F,00,40 1C59,0026 00,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the R2 button then press any key Press and hold the X button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,8F,00,40 1C59,0026 7F,7F,7F,7F,7F,8F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the A button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,4F,00,40 1C59,0026 7F,7F,7F,7F,7F,4F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the Y button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,1F,00,40 1C59,0026 7F,7F,7F,7F,7F,1F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the B button then press any key 1C59,0026 7F,7F,7F,7F,7F,0F,00,40 7F,7F,7F,7F,7F,2F,00,40 1C59,0026 7F,7F,7F,7F,7F,2F,00,40 7F,7F,7F,7F,7F,0F,00,40 Press and hold the L2 button then press any key Press and hold the TOUCH button then press any key { .vid=0x1C59,.pid=0x26, .b_R1={255,0}, .b_START={255,0}, .b_HOME={255,0}, .b_SELECT={255,0}, .b_L1={255,0}, .b_DOWN={255,0}, .b_RIGHT={255,0}, .b_UP={255,0}, .b_LEFT={255,0}, .b_R2={255,0}, .b_X={255,0}, .b_A={255,0}, .b_Y={255,0}, .b_B={255,0}, .b_L2={255,0}, .b_TOUCH={255,0} }, gamepad configure &H1C59,&H26,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0,255,0 > |
||||