kbere ccd1000e23 Start working with graphical LCD | 1 год назад | |
---|---|---|
PCB | 1 год назад | |
optiboot | 2 лет назад | |
soft | 1 год назад | |
LICENSE.txt | 2 лет назад | |
README.md | 1 год назад |
Software build & programming:
First, install bootloader using USBASP:
cd optiboot
make install
Second, program with software.
Alphanumeric display version:
cd soft
make install PROGPORT=COM16
Graphical display version:
cd soft
make install PROGPORT=COM16 LCD=graphic