Jan-Erik Soderholm wrote: > Some time ago there was a thread about the 16F "LCD-ready" PICs. Yes, there are finally F parts with LCD drivers to replace the ancient 16C923/924 in new designs. > This area is a bit new to me, but as far as I understand, > one of these PICs should be able to directly drive one of these : > http://www.mesostate.com.tw/03-m201208.html > > Data sheet : > http://www.allshore.com/pdf/ASI-004%20M201208%20C(6%2035)8r1g.PDF Looks like a fairly nice 4 digit 7 segment display. > I guess that the "Driving Method: Static" phrase says that I need > a PIC-pin for each individual segment, right ? "Static" is a bad name as LCDs must not be driven with DC. I think they are trying to say "not multiplexed", in which case you need to have a separate pin for each segment. > And since the LCD has 33 segments (+ the common), I need at least > that number of "segment-pins" You need 33 segmennt pins, plus apparently one common. The common pins are handled separately. > I seems as this "static" thing makes this LCD a bit harder to use, > maybe better to just sell them... :-) It requires more pins but multiplexing is easier. However, the latter doesn't do you much good since the PIC would take care of that anyway. A single common can make contrast adjustment better. So I don't think it's harder unless you mean running more traces is harder. ****************************************************************** Embed Inc, Littleton Massachusetts, (978) 742-9014. #1 PIC consultant in 2004 program year. http://www.embedinc.com/products -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist