Got a https://www.sparkfun.com/products/16301 phat for raspberry pi.
Running pico8 on it is fine.
I want to use some custom gameinputs (joystick and button a,b on the phat) using uinput from linux.
Using a controller.c for reading i2c packages and generating uinput events KEY_C,X,LEFT,RIGHT,UP,DOWN.
<b>Got a problem with KEY_LEFT and KEY_RIGHT:
- problem is that in the linux command line KEY_LEFT works fine.
- If i start pico8 (console or splore) the KEY_LEFT doesn't work.
</b>
Any ideas?
