Sen descrición

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

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.