source: npl/mediabox/lcdproc_edwin/src/docs/hd44780_howto.txt @ c5c522c

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
5The 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
9You might like to get those packages down as well and have a play.
10
11LCDproc-0.4 only supports 4 line displays, but LCDproc-0.3.5 runs 2 line
12displays also.  A different maintainer is responsible for this version.
13
14The pinouts are like so : (From lcdtext)
15
161.1 Connecting the LCD to a printer port
17-----------------------------------------
18
19    LCD                  printer port
20Pin     signal          Pin     signal
21
221       GND             18..25  GND
232       +5V             --- *)
243       Vadj.           --- *)
254       RS              6       D4
265       RW              7       D5
276       EN              8       D6
2811      D4              2       D0
2912      D5              3       D1
3013      D6              4       D2
3114      D7              5       D3     
32
33Getting the supply voltage:
34   Use a floppy supply connector, get it from the game port, take some
35diodes and a capacitor and get it from the port's data lines, get it
36from the keyboard connector or whatever you like. Be save to avoid
37short circuit. You need only 3mA at 5V! (if you have the same type
38lcd)
39
40Connecting 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.