Page 1 of 1

Teensy LC Joystick

Posted: Mon Dec 12, 2016 3:53 am
by fcib
Since I followed wermys guide for the teensy which uses "Keyboard + Mouse + Joystick" mode, would I be able to use the joystick code here: https://www.pjrc.com/teensy/td_joystick.html

I would assume in the loop method I just use:
Joystick.X(value1);
Joystick.Y(value2);
Where the values are analog readings from the pins of the X and Y axis of the joystick I purchased which is http://core-electronics.com.au/thumb-sl ... stick.html . Am I correct? Would emulationstation pick this up as an analog stick?

Re: Teensy LC Joystick

Posted: Mon Oct 01, 2018 3:47 am
by George.p
I've got the same psp analog joystick and I'm trying to add it to my existing gameboy. I use Dpad and a,b,x,y buttons which works perfect. The only issue I have is that I don't really know what need to be added to wermy's teensy lc scrip that I use and where to solder the 2 x,y axis wires on the teensy board. Anyone knows how to do that? Thanks