I'm working on a design for a 4-bit binary adder circuit using relays, no transistors.
The output is a 5-bit binary number (max number is 18) that I would like to show using a 7-segment LED display. I know that I can use an SN74LS47 chip to drive a 7-segment display, but obviously that can only display a 4-bit BCD number ranging from 0-9.
Is there any way that I can drive two 7-segment displays that can display any number ranging from 0-18?
I considered just displaying the raw binary number with LED's but binary is not very easy to read.
The output is a 5-bit binary number (max number is 18) that I would like to show using a 7-segment LED display. I know that I can use an SN74LS47 chip to drive a 7-segment display, but obviously that can only display a 4-bit BCD number ranging from 0-9.
Is there any way that I can drive two 7-segment displays that can display any number ranging from 0-18?
I considered just displaying the raw binary number with LED's but binary is not very easy to read.