I am working with an MSP430 device and am trying to write a C program that uses a 7 segment display to create a counter from 0 to to 99. The two seven segment displays are multiplexed by two control signals from two pins. As of right now, I am able to display a digit on the right by turning on one control signal or a digit on the left by turning on the other control signal. I can also display the same number on both sides by leaving the control signals off. However, I cannot figure out how to display both digits simultaneously, which would allow me to cycle through the numbers. Can you please explain how I should go about displaying both sides, with different values, at the same time? Thank you!! Solution I guess you should following thing with your code: .