DIY Handheld Game Console Made With ATmega328P and Nokia5110 LCD.
- welcome
- menu
- snake game
- win the game and turn back to the menu
- lose the game and turn back to the menu
- shoot game (not finished yet)
- snake game
git clone https://github.com/tigercosmos/ATmega328P_Nokia5110_gameboy.git
Open project via AtmelStudio 7
and click Build solution
.
Program the hex
code into Atmega328P via AVRDUDESS 2.4
Sofeware:
- Windows 10
- AtmelStudio 7
- AVRDUDESS 2.4 (avrdude version 6.1)
Hardware:
- ATmega328P
- Arduino UNO (ISP)
- Nokia5110 LCD
- BJT
- Buttons
- Buzzer
- Resistance
- Wires
- 220u Capacitance
You can see the DEMO via the LINK.
- SCE PB1
- RST PB2
- DC PB3
- DIN PB4
- CLK PB5
- PC5
- RIGHT PD5
- DOWN PD4
- UP PD3
- LEFT PD2
- FIRE PD6
- CTRL PD7
The tools
folder includes FastLCD
software which can help you build image btyes easier.