5
votes
2answers
707 views

Multiplexing 2 digit 7Segment with one Bit

I want to control a 2 digit 7-segment LED with a MSP430 micro controller. The display has 8 input pins per digit (8th pin is the dot, which I do not need) and two ground pins (common cathode). The ...
0
votes
4answers
4k views

Is it possible to drive 4 seven segment display with MSP430G2231?

I'm trying to teach myself electronics and my goal is to create a digital clock with 4 digits. I have an MSP430G2231 which has only 8 available ports as far as I can tell. I saw some methods for ...