Arduino Fightstick
A project to create a game controller with an arcade-style button layout, colloquially known as a "fightstick."
This is a project to create a game controller with an arcade-style button layout, colloquially known as a “fightstick.” Created using Alan Chatham’s UnoJoy library, and an Arduino Mega 2560 Rev3.
This fightstick has an LCD screen display (QAPASS 1602A) as well, for an extra feature to practice with. This is used as to display the buttons currently being pressed on the controller. However, a 7ms delay was implemented to make the LCD screen actually readable. This was the closest value we could compromise with to make the controller as responsive as possible while making the LCD readable.
If you would like to create a controller that would be more practical, I highly recommend to not implement this LCD feature. 7ms delay is a significant negative factor in playing competitive fighting games.
There’s no documentation on how the actual fightstick itself was built/wired, but it’s not too hard to create the actual fightstick.



Parts List
- Arduino Mega 2560 Rev3
- QAPASS 1602A LCD Screen
- Arcade Joystick (we used a Sanwa JLF 8-way joystick, easily found on Amazon)
- 8x Arcade Buttons (we used 30mm Qanba buttons, also easily found on Amazon)
- An enclosure for the fightstick itself
The code for the project can be found at this repository:
Special thanks to Garrett Wong, Kevin Ly, and Keenan Tan for their contributions to this project.