From owner-freebsd-small Wed May 27 14:24:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04902 for freebsd-small-outgoing; Wed, 27 May 1998 14:24:31 -0700 (PDT) (envelope-from owner-freebsd-small@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04775 for ; Wed, 27 May 1998 14:24:02 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id NAA01651; Wed, 27 May 1998 13:17:53 -0700 (PDT) Message-Id: <199805272017.NAA01651@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Marc Nicholas cc: Peter Dufault , Julian Elischer , freebsd-small@FreeBSD.ORG Subject: Re: LCDs... In-reply-to: Your message of "Wed, 27 May 1998 15:09:50 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 May 1998 13:17:52 -0700 From: Mike Smith Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > You could also drive the parallel connection on Optrex style > > controllers through the parallel port. > > I would imagine this would become timing sensitive, no? Not really; most controllers are more than fast enough. See /usr/share/examples/ppi for an example using the ppi 'geek port' interface (in -current) talking to the Hitachi LCD controller. You could backport this to 2.2 pretty trivially if you're willing to use the /dev/io hack. (I'm available to extend/customise this code at very reasonable rates. 8) > > We use the I2C bus using the access.bus physical TELCO jack pinout > > for this because these LCDs and buttons eventually run on > > microcontrollers. I like this - it daisy chains well so you can > > have a button module and a display module and click them together. > > How do you get an I2C bus on a PeeCee? Can you fake it > somehow? There are serial:I2C adapters I believe, and I2C UART-like devices. > I'd be interested in references for I2C buttons...or keypads. I don't have any handy, sorry, but I do recall some pushbuttons with small LCDs in the button that IIRC used I2C for comms. > > Check the back of the mag "Circuit Cellar INK The Computer Applications > > Journal" (circuitcellar.com) for some RS232 displays I know absolutely > > nothing about (www.matrix-orbital.com). > > The Matrix Orbital stuff does indeed look neat, although a little > expensive for our application. Far too expensive, and more or less unnecessary for lots of applications. They take an ordinary parallel-interface display and put another board containing a micro on the back. Cheaper to do the work yourself. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message