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.
-
'A', 'B' buttons are modified by External Interrupt.
-
Other buttons are modified by Compare A (Timer Interrupt 1).
-
System & Graphic frame timer is modified by Compare A (Timer Interrupt 2).
-
ILI9341 driver has controlled by SPI (16MHz / 2 = 8MHz).