Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!steveq From: steveq@syd.dms.CSIRO.AU (Stephen Quigg) Newsgroups: sci.electronics Subject: Re: Favorite LCD display? Message-ID: <1991Mar4.044845.18652@syd.dms.CSIRO.AU> Date: 4 Mar 91 04:48:45 GMT References: <1267@soleil.UUCP> Sender: news@syd.dms.CSIRO.AU Organization: CSIRO Maths and Stats & Applied Physics, Sydney, Australia Lines: 19 In article <1267@soleil.UUCP> gopstein@helix.squibb.com (Rich Gopstein) writes: > >I am going to build an interface to an OEM GPS receiver with RS-232 >output. I would like to use an inexpensive multiline LCD display >to show the status and current position textually (at least at first). >I shouldn't need more than about 16x4 characters. --- stuff deleted--- > >Rich Gopstein > Most displays in this category (16 chars/1 line to 40 chars/4 line, ) use the Hitachi HD44780 chip, and so program up the same. They even have the same 14 pin interface (15 for the 40/4 which has 2 chips and so 2 enables). So take you pick regarding size, backlighting, price etc. The interface is 8 bit parallel (with a 4 bit mode possible - handy if you have only one 8 bit port), with a R/W line, Register select, Enable line, Power, Ground and Contrast You'll need a micro to do the serial to parallel for you: If you use an 8051, drop me a line and I'll post you the software I wrote for one of these things.