2 7 segment displays - 0-99 counter

Hi I'm pretty much a complete beginner when it comes to Arduino...was just wondering if anyone knows a link where I can see how to wire up two 7 segment displays to the arduino Duemilanove and a switch. The idea being to create a counter...every time the switch is hit, the counter goes up.

Unless anyone can help with a diagram...

Thanks

7-segment display takes a lot of pins :slight_smile:
you could need a shiftregister when doing a lot of 7-segm.

http://deleteaso.com/2-sparkfun’s-7-segment-red-65″-display-and-arduino/

Enjoy :wink:

David

Thanks, I did some web browsing and multiplexed the displays and managed to code a 99-0 coundown. Just need to add in a switch to control the number count now.

K