-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32-bit segment displays? #170
Comments
Why not just have a pair of 16-bit display setups instead? Have the bus with the upper 16 bits go to one display, and a second bus with the lower 16 bits go to another display. |
Well, then I'll have something like this on my displays: Edit: |
Then youd start to run into problems like "Whats the upper half of the signal, whats the lower half" or "What if I only get one signal but its supposed to be the upper half" so no, not planning to accept multiple inputs as there is no way to make clear where and what. @Techokami's idea might work with the right circuit attached... Now you made me curious if there is an easy way to handle conversion |
Maybe some changes can be made to seg. display GUI to allow specifying one side for higher half and another for lower half bytes. |
Well, I like your mod very much because my ALU now fits within 16 blocks (without buses, wiring, etc).
I think it would be a great idea to implement 32-bit (but maybe, can be scaled up to 48 bits, as 3 buses can be connected) display.
I suggest it can be wired like this:
As one project-red bus holds only 16 bits, it would be great to be able to connect several buses to show the whole number.
Thanks in advance, Awe2K.
The text was updated successfully, but these errors were encountered: