recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for RGB-Pi Jamma hat

modology opened this issue · comments

Driver compiled fine but upon running jstest /dev/input/js0
giving error as below:

Driver version is 2.1.0.
Joystick (MCP23017 Controller) has 2 axes (X, Y)
and 12 buttons
(BtnA, BtnB, BtnC, Btnx, BtnY, BtnZ, BtnTL, BtnTR, BtnTL2, BtnTR2, BtnSelect, BtnStart).
Axes: 0: 0 1: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:0ff 6:on 7:off 8:off 9:off 10:off 11:off

As you can see BtnTL is sticky to ON at all time. Can you please see if there is any way to fix up this issue?