|
|
il y a 4 jours | |
|---|---|---|
| PCB | il y a 2 ans | |
| optiboot | il y a 3 ans | |
| soft | il y a 4 jours | |
| LICENSE.txt | il y a 3 ans | |
| README.md | il y a 2 ans |
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.