I just seen the driver has been updated 2 days ago, for some reasons, Github didn't notify me :/
Try "x1params=0,4095,16,0" and same parameters for Y, run 'modprobe -r mk_arcade_joystick_rpi && modprobe mk_arcade_joystick_rpi' to restart the driver, then run 'jstest /dev/input/js0' to see how the joystick behave, I am curious to see what are the lowest, center and higher value.
To found min and max, move the joysticks to there limits (left,right,up,down), run 2 SSH sessions, in the first one run 'dmesg -w' (leave it running), in the second one run 'modprobe -r mk_arcade_joystick_rpi' to kill the driver and read values from the session running dmesg. To restart the driver run 'modprobe mk_arcade_joystick_rpi'.
Try "x1params=0,4095,16,0" and same parameters for Y, run 'modprobe -r mk_arcade_joystick_rpi && modprobe mk_arcade_joystick_rpi' to restart the driver, then run 'jstest /dev/input/js0' to see how the joystick behave, I am curious to see what are the lowest, center and higher value.
To found min and max, move the joysticks to there limits (left,right,up,down), run 2 SSH sessions, in the first one run 'dmesg -w' (leave it running), in the second one run 'modprobe -r mk_arcade_joystick_rpi' to kill the driver and read values from the session running dmesg. To restart the driver run 'modprobe mk_arcade_joystick_rpi'.