Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 602 Bytes

ArduinoGame

This is an Arduino pong game.

The hardware

  • Arduino
  • PS2 Thumb Joystick Module
  • 1.8" Color TFT LCD display

The circuit schema

The schema was created with Fritzing. The extra parts (for the LCD Screen) were downloaded from the adafruit repo.

Circuit Schema

The initial code was copied from the Arduino tutorial page for TFTPong.