Nincs leírás

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

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.