k4be 5812919c4e Fix battery icon ordering | hace 1 año | |
---|---|---|
PCB | hace 1 año | |
optiboot | hace 2 años | |
soft | hace 1 año | |
LICENSE.txt | hace 2 años | |
README.md | hace 1 año |
Software build & programming:
First, install bootloader using USBASP:
cd optiboot
make install
Second, program the main software.
Alphanumeric display version:
cd soft
make install PROGPORT=COM16 LCD=alnum
Graphical display version:
cd soft
make install PROGPORT=COM16 LCD=graphic
Warning: remember to make clean
when switching between versions.