yokoboko / TetrisDuino

Arduino DIY Tetris Clone with Nokia 5110 LCD display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TetrisDuino

Arduino DIY Tetris Clone with Nokia 5110 LCD display.

Note: If you press both rotate buttons, the game will pause. Resume by pressing any button.

Demo video

Schematic

ALT TEXT

Download PDF

Parts

Pins

Display

  • RST to D3
  • CE to D4
  • DC to D5
  • DIN to D11
  • CLK to D13
  • VCC to 5v
  • LIGHT to switch to GND
  • GND to GND

Buttons (GND)

  • Left: D6
  • Down: D7
  • Right: D8
  • Rotate CCW: D9
  • Rotate CW: D2

Buzzer (GND)

  • Buzzer to D10

About

Arduino DIY Tetris Clone with Nokia 5110 LCD display.


Languages

Language:C 95.4%Language:C++ 4.6%