gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | (this text taken from a message by Bill Farrow, more info coming later) |
---|
2 | <bfarrow@arrow.bsee.swin.edu.au> |
---|
3 | |
---|
4 | |
---|
5 | The code in LCDproc for the hd4470 LCD controller chips comes from |
---|
6 | "lcdtext" (by Matthias Prinke) or one of the derivatives ("lcdstat4", |
---|
7 | "lcdtime"). |
---|
8 | |
---|
9 | You might like to get those packages down as well and have a play. |
---|
10 | |
---|
11 | LCDproc-0.4 only supports 4 line displays, but LCDproc-0.3.5 runs 2 line |
---|
12 | displays also. A different maintainer is responsible for this version. |
---|
13 | |
---|
14 | The pinouts are like so : (From lcdtext) |
---|
15 | |
---|
16 | 1.1 Connecting the LCD to a printer port |
---|
17 | ----------------------------------------- |
---|
18 | |
---|
19 | LCD printer port |
---|
20 | Pin signal Pin signal |
---|
21 | |
---|
22 | 1 GND 18..25 GND |
---|
23 | 2 +5V --- *) |
---|
24 | 3 Vadj. --- *) |
---|
25 | 4 RS 6 D4 |
---|
26 | 5 RW 7 D5 |
---|
27 | 6 EN 8 D6 |
---|
28 | 11 D4 2 D0 |
---|
29 | 12 D5 3 D1 |
---|
30 | 13 D6 4 D2 |
---|
31 | 14 D7 5 D3 |
---|
32 | |
---|
33 | Getting the supply voltage: |
---|
34 | Use a floppy supply connector, get it from the game port, take some |
---|
35 | diodes and a capacitor and get it from the port's data lines, get it |
---|
36 | from the keyboard connector or whatever you like. Be save to avoid |
---|
37 | short circuit. You need only 3mA at 5V! (if you have the same type |
---|
38 | lcd) |
---|
39 | |
---|
40 | Connecting the contrast adjusting pin (Vadj.): |
---|
41 | |
---|
42 | (variable resistor) |
---|
43 | .------. |
---|
44 | Vcc ---| 10k |--- GND |
---|
45 | `---^--' |
---|
46 | /|\ |
---|
47 | | |
---|
48 | Vadj. |
---|
49 | |
---|
Note: See
TracBrowser
for help on using the repository browser.