aruyu / mcu_game_project

A game project powered by ATmega328P MCU processor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATmega MCU Game Project

A Game project powered by ATmega328P MCU...

This project is making a 'dino game like' game with ILI9341 TFT LCD & driver.

Also, used PNP buzzer which has controlled by Fast PWM (Timer Interrupt 0) for sound.

  1. 'A', 'B' buttons are modified by External Interrupt.

  2. Other buttons are modified by Compare A (Timer Interrupt 1).

  3. System & Graphic frame timer is modified by Compare A (Timer Interrupt 2).

  4. ILI9341 driver has controlled by SPI (16MHz / 2 = 8MHz).


Playing preview

ezgif.com-gif-maker.mov

PCB

ezgif com-gif-maker

About

A game project powered by ATmega328P MCU processor.


Languages

Language:C++ 100.0%