#!/usr/bin/env bash set -ex python3 preprocess.py image.png > image.c avr-gcc -mmcu=atmega328p -Wall -Os -o main.elf main.c avrdude -p m328p -c usbasp -e -V -U flash:w:main.elf