On Fri, 11 Sep 1998, Jakob Krebs Christensen wrote: > I have just recently started playing with PIC4s, and would like to attach a > LCD to my 16C84. > > Can anyone help me in choosing a good LCD display, that's easy to work with, > and > use only a few pins on the PIC (serial). Try http://www.iaehv.nl/users/pouweha/lcd_examp.htm This uses only 3 lines to interface to a standard HD44780-driven module (they're the ones to go for). The application is for a 16C54, but it should be adaptable to an 84 in a pinch. There's also an example in Myke Predko's PIC book. Georg.