Double Digit 8 segment display query

DDJ2011

Member
I'm interested in getting one of these and programming for it.

I've had a search in the forum but can't find anything. Has anyone used anything like this and can offer some advice?

Should I buy common cathode or common anode? Probably doesn't make a lot of difference in the final analysis I expect.

Thanks.
 

nick12ab

Senior Member
To drive these, you can use one of many different methods such as...
  • Multiplexing
    • Uses least power
    • Requires one I/O pin per segment plus one I/O pin per digit
    • Makes displays a little bit dimmer
  • Direct driving using larger PICAXE chip
    • uses one I/O pin per segment
    • Uses more power
    • May exceed total chip current limit
    • easy to implement
  • Shift register driving
    • Uses most board space
    • Uses more power
    • Uses only 2~3 pins per digit
    • Reasonably easy to use
  • Use a dedicated driver chip for multiplexing
    • Low power
    • Less flicker than PICAXE multiplexing
    • VERY expensive
    • Reasonably easy to use
 

westaust55

Moderator
For the shift register method mentioned by Nick12ab it is also possible to drive multiple digits with cascaded shift registers using only 3 Picaxe pins. I posted a project some time ago using this method for 3 digits.

Note there are other chips as mentioned above. Which can perform better
 
Top