a981d2ca1a976b3a3b05edd14a91590fbbe531e9
Board/ILC/ILC1073-dat/ILC1073-dat.md
... | ... | @@ -1,16 +1,24 @@ |
1 | 1 | |
2 | 2 | # ILC1073 dat |
3 | 3 | |
4 | -* Automatically support 1602 or 2004 type [[char LCDs]] |
|
5 | -* Github Original Project - https://github.com/harbaum/LCD2USB |
|
4 | +* Automatically support 1602 or 2004 type [char LCDs](https://w.electrodragon.com/w/Category:Char_LCDs) |
|
5 | + |
|
6 | 6 | * Install [[USB-Driver]] libusb-win32 |
7 | 7 | |
8 | 8 | |
9 | +## Use on Windows : |
|
10 | + |
|
11 | +- https://github.com/harbaum/LCD2USB/blob/master/contrib/LCD2USB-smartie.zip |
|
12 | +- libusb-win32 need to be installed |
|
13 | + |
|
9 | 14 | |
10 | 15 | ## Firmware flash command |
11 | 16 | |
12 | 17 | avrdude -c usbasp-clone -p m8 -U flash:w:"E:\Git-category\Git-AVR\AVR_firmware\Firmware\LCD2USB\firmware.hex":a -U lfuse:w:0x9F:m -U hfuse:w:0xC9:m |
13 | 18 | |
19 | +method 2 |
|
20 | + |
|
21 | + avrdude -c usbasp -p atmega8 -U lfuse:w:0x9f:m -U hfuse:w:0xc9:m -U flash:w:firmware-avrusb.hex |
|
14 | 22 | |
15 | 23 | |
16 | 24 | ## Schematic |