Skip to content

hedhyw/DinoMega8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dino game

Dino

Firmware for Atmega8A microcontroller

Notes

Microcontroller

  1. Set up your frequency freq.h, now it's 10 MHz
  2. Build project: make
  3. Upload firmware: make upload
  4. Configure external crystal oscillator with updating fuse bytes

img_maker

If you want to generate custom hero or barrier use ./img_maker

  1. Install dependencies:
  1. Run python3 ./img_maker/index.py YOUR_IMAGE.png
  2. Past generated code to dino/dino.c DINO_PIC or BARRIER_PIC

Board

Board

Schematic

Schema