Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 710 Bytes

Readme.md

File metadata and controls

26 lines (21 loc) · 710 Bytes

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