7-segment display driver


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2008
    Location
    Gainesville, VA
    Posts
    15

    Question 7-segment display driver

    Hi,
    I was using a 7-segment display driver/multiplexer IC, the MC14489, with the basic stamp. Now that I have switched to using a PIC18F4550, I'm wondering if I can do without that chip and have the PIC run this also. I'm using a 3x4 keypad to enter data, along with some serial data from shift registers. I think there there is enough I/O to also do the 4 digit, 7 segment control. So my basic question is, would this be a better way to do this, or would I be better off staying with something that worked well with the Stamp.
    Thanks,
    Klaus

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Klaus View Post
    I was using a 7-segment display driver/multiplexer IC, the MC14489, with the basic stamp. Now that I have switched to using a PIC18F4550, I'm wondering if I can do without that chip and have the PIC run this also.
    A generic run-of-the-mill parallel LCD can take as few as 6 I/O lines to operate, plus Vdd/Vss. Or you can get a serial-backpack-LCD, 1 line, plus Vdd/Vss. Or you can use shift registers on a couple of outputs and clock the data out to the LCD, 2 lines plus Vdd/Vss.
    But if you really must have a 7 segment drive, yes, a small PIC, anything with at least 11 I/O pins can easily handle mux'ing a 7 segment LED. And the more I/O, the more the digits/options.
    But the parallel LCD is already directly supported with PBP, so why use 7 segment LEDs?

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Because it's easier to read when you're far.... or simply asked in some instrumentation equipment?
    <hr>
    With the USB PIC you can handle everything in ONE chip WITHOUT the need for any extra hardware in many case (ok some resistors and maybe some transistors). Yes it's a bit tedious the first time, but once you know how, it's not as this hard.

    ANY PIC will also be WAY faster than ANY BasicStamp... and how about their prices ?

    Be confident, get your hand dirty playing with them... they won't bite you
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    Join Date
    Apr 2008
    Location
    Gainesville, VA
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    Thanks for your response. I thought that that was the way to go, even with my limited experience with micro controllers, and yes, I have to use LED displays because the displays have to be easily seen in a well lit room from a distance.
    Klaus

Similar Threads

  1. 7 Segment Displays and MAX7219
    By Bill Legge in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 31st October 2010, 18:30
  2. Weird compile issue 7 segment LED display
    By George in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 21st June 2006, 02:12
  3. 7 segment digit problem (using Mister E's code)
    By jmgelba in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 9th September 2005, 20:25
  4. WRITE not working
    By servo260 in forum mel PIC BASIC Pro
    Replies: 31
    Last Post: - 29th December 2004, 02:02
  5. Multiplex two 7 segment display
    By Fernando Santos in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th July 2003, 13:26

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts