Sem descrição

k4be db12e2fc8a Improve module initialization code há 1 ano atrás
PCB b946c3ac51 Export schematics for new PCB version há 1 ano atrás
optiboot cb3921513d Revert most changes from optiboot (only keep power-on signal) há 2 anos atrás
soft db12e2fc8a Improve module initialization code há 1 ano atrás
LICENSE.txt 8f1f59be6e Drop in libraries (not configured yet) há 2 anos atrás
README.md 127dd9d74b Graphical LCD is usable (not fully utilized) há 1 ano atrás

README.md

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.