Няма описание

k4be db12e2fc8a Improve module initialization code преди 1 година
PCB b946c3ac51 Export schematics for new PCB version преди 1 година
optiboot cb3921513d Revert most changes from optiboot (only keep power-on signal) преди 2 години
soft db12e2fc8a Improve module initialization code преди 1 година
LICENSE.txt 8f1f59be6e Drop in libraries (not configured yet) преди 2 години
README.md 127dd9d74b Graphical LCD is usable (not fully utilized) преди 1 година

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.