marcin-chwedczuk / ardu-gamu

Simple Arduino game using 128x64 graphical LCD and SNES controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Arduino game

Gameplay Setup

Parts:

  • Arduino Uno
  • SNES Controller (bought on Aliexpress)
  • 128x64 graphic LCD (bought on TME) - RG12864B-GHW-V RAYSTAR OPTRONICS

In docs folder you will find:

  • LCD Datasheet, LCD Controller Datasheet
  • SNES Controller interface description (thanks to Propeller/Hydra project)

To compile you need:

To install openGLCD download .zip file with the most recent release. In Arduino Studio choose Sketch -> Include Library -> Add ZIP Library... and restart Arduino Studio. The library comes with great documentation that can be found in Arduino Projects Directory / libraries / openGLCD / docs (open HTML file using your browser).

About

Simple Arduino game using 128x64 graphical LCD and SNES controller


Languages

Language:C++ 100.0%