Board/ILC/ILC1073-dat/ILC1073-dat.md
... ...
@@ -1,10 +1,26 @@
1 1
2 2
# ILC1073 dat
3 3
4
+## Info
4 5
* Automatically support 1602 or 2004 type [char LCDs](https://w.electrodragon.com/w/Category:Char_LCDs)
5 6
6 7
* Install USB-driver libusb-win32 - [[usb-dat]]
7 8
9
+https://www.electrodragon.com/product/1602-lcd-usb-mini-drive-board-rpi-driver-free/
10
+
11
+
12
+## hardware
13
+
14
+Schematic
15
+
16
+![](2023-08-31-17-52-56.png)
17
+
18
+- 2-way jumper connect the button to MISO or Reset
19
+- 1-way jumper connect PC4 (EN1) to +5V
20
+
21
+- Programmer Buttons Key1 and Key2
22
+
23
+
8 24
9 25
## Use on Windows :
10 26
... ...
@@ -21,15 +37,15 @@ method 2
21 37
avrdude -c usbasp -p atmega8 -U lfuse:w:0x9f:m -U hfuse:w:0xc9:m -U flash:w:firmware-avrusb.hex
22 38
23 39
24
-## Schematic
25
-
26
-![](2023-08-31-17-52-56.png)
27
-
28 40
29 41
## Debug
30 42
31 43
- tune the brightness if nothing show up
32 44
45
+## Demos
46
+
47
+- https://twitter.com/electro_phoenix/status/987251467861061632
48
+
33 49
34 50
## ref
35 51