Logisim - need help on 7 segments display of a logisim project I'm working on

Thread Starter

Rafa7882

Joined Dec 7, 2021
2
I'm trying to make a high striker game in Logisim, basically, when I push on/off button, a random number from 00,01,01 ~ 09,10 will show using 7 segments display, and there will be LED showing the point. Right now I'm done with LED but I'm stuck at the 7 segments display part. I don't know how to make the 7 segments display show the number like I want to. Any help would be really appreciated.
1.PNG2.PNG
 

dl324

Joined Mar 30, 2015
16,845
Welcome to AAC!
I don't know how to make the 7 segments display show the number like I want to.
What have you tried?

That component seems retarded:
1638914485800.png
You shouldn't let gates touch. It's more difficult than it needs to be to decipher this:
1638914890230.png
 
Last edited:

RBR1317

Joined Nov 13, 2010
713
I'm stuck at the 7 segments display part.
Instead of using the 7-segment display, have you considered using the logisim hexadecimal display? That has the decoder built-in to display all sixteen digits (but won't show a pattern that is not a hexadecimal digit).
 
Top