https://github.com/mic159/tablegame
An Arduino game system
https://github.com/mic159/tablegame
Last synced: 11 months ago
JSON representation
An Arduino game system
- Host: GitHub
- URL: https://github.com/mic159/tablegame
- Owner: mic159
- Created: 2012-05-09T13:32:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T12:33:07.000Z (almost 14 years ago)
- Last Synced: 2025-02-05T08:50:40.814Z (over 1 year ago)
- Language: C++
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is my game system that uses 4 LED matrix HT1632 modules to form the screen and two PS2 controllers for input.
The HT1632 library was modified to support my layout, and the fork lives here: https://github.com/mic159/HT1632
The PS2 library is here: https://github.com/madsci1016/Arduino-PS2X
The pins are:
Arduino Display
2 -> DATA (on all HT1632 chips)
3 -> WR (on all HT1632 chips)
4 -> CS on chip 1
5 -> CS on chip 2
6 -> CS on chip 3
7 -> CS on chip 4
Arduino PS2
9 -> CLK (on both controllers)
10 -> DAT (on both controllers)
11 -> CMD (on both controllers)
12 -> CS on controller 1
13 -> CS on controller 2