Loc15 / PicoGamepadConverter

Switch to different gamepad modes using a gamepad as input. Re-use old gamepads that don't support USB connections or make compatibles with certain platform.
GNU General Public License v3.0
33 stars 6 forks source link

Improving wording/layout for web page #4

Closed andrewfstratton closed 2 months ago

andrewfstratton commented 4 months ago

I found the web page confusing when first using it. Could this following help (new) users:

  1. Put an explanation that Host is the plugged in real gamepad and Device is how the Pico looks to a Computer
    • possibly give an/some example/s
    • putting the Device setting in (further) features would simplify the typical usage - or just putting it further down the page...
  2. Include a link to the github for further detail
  3. More detail on 'Block Analogues' I have no idea what these are.
Loc15 commented 4 months ago
  1. More detail on 'Block Analogues' I have no idea what these are

Block Analogues means to ignore input from gamepad analog stick, it gonna keep in the center.

andrewfstratton commented 4 months ago

Would 'Ignore Analogue (axis)' be better understood? I thought Block meant that the analogues work in a 'block' mode, e.g like analogue to digital...

Loc15 commented 4 months ago

Disable analog stick would be better, I going to adding to documentation on the next update.