Hi, I'm working on a project that involves displaying the following words on three 7-segment -displays.
1. A S U
2. F O E
3. C S E
4. F U N
Each word should transition to the next after a one-second interval.
I made it by creating a truth table for each display and implemented it using logic gates. For instance, inputting 00 to the 3 displays results in showing "A S U," inputting 01 shows "F O E," and so on.
I showed that to my professor and he was fine with it (That's how most students did it). However, I believe there might be a more efficient, less cluttered approach. All suggestions would be incredibly valuable to me, especially since this is my first experience with electronics!
Here are my circuits, where each display has a set of characters:



And here's how the 3 displays should change every second:

1. A S U
2. F O E
3. C S E
4. F U N
Each word should transition to the next after a one-second interval.
I made it by creating a truth table for each display and implemented it using logic gates. For instance, inputting 00 to the 3 displays results in showing "A S U," inputting 01 shows "F O E," and so on.
I showed that to my professor and he was fine with it (That's how most students did it). However, I believe there might be a more efficient, less cluttered approach. All suggestions would be incredibly valuable to me, especially since this is my first experience with electronics!
Here are my circuits, where each display has a set of characters:



And here's how the 3 displays should change every second:

Last edited: