|
|
hace 4 días | |
|---|---|---|
| PCB | hace 2 años | |
| optiboot | hace 3 años | |
| soft | hace 4 días | |
| LICENSE.txt | hace 3 años | |
| README.md | hace 2 años |
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.