home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / electron / 15450 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.3 KB

  1. Path: sparky!uunet!dtix!oasys!plumpe
  2. From: plumpe@oasys.dt.navy.mil (David Plumpe)
  3. Newsgroups: sci.electronics
  4. Subject: Re: How to drive 1 or 2 segments (ONLY) of a Liquid Crystal Display ?
  5. Message-ID: <24847@oasys.dt.navy.mil>
  6. Date: 10 Sep 92 15:42:07 GMT
  7. References: <10SEP199210345305@mars.lerc.nasa.gov>
  8. Reply-To: plumpe@oasys.dt.navy.mil (David Plumpe)
  9. Distribution: usa
  10. Organization: Carderock Division, NSWC, Bethesda, MD
  11. Lines: 17
  12.  
  13. In sci.electronics, tidedu@mars.lerc.nasa.gov (William T. Dedula) writes:
  14. >Hello All;
  15. >I am building a project which requires a LCD counter. I am using
  16. >MM74HC4543's to drive each of the 4 digit's BUT I need to drive
  17. >a few special indicators on the LCD panel such as a LOW BATT
  18. >indicator. I'd like to know how I can do this ? Would the normal
  19. >proceedure be to use another MM74HC4543 or is there a simpler way ?
  20. >
  21.     Use an XOR gate (74HC86, etc.).  Connect one XOR input to the signal
  22. you want to indicate ("Low Batt" comparator output); drive the other
  23. input with the LCD backplane clock signal; connect the XOR output to
  24. the LCD segment ("LOW BATT").  When the first XOR input is low, the
  25. output is in phase with the backplane clock and the segment is blank;
  26. when high, the XOR inverts, the output is out of phase and the segment
  27. is visible.
  28.  
  29. -DaveP
  30.