You must login before you can post a comment.
Author: Gaurav Sharma
Project access type: Public
Description:
Hi all,
I created a BCD to Seven Segment decoder that can display the "FABLED" word.
Inputs:-
F = 0000
A = 0001
B = 0010
L = 0011
E = 0100
D = 0101
OUTPUTS:- (7 SEGMENT DISPLAY)
F = 1000111
A = 1110111
B = 1111111
L = 0001110
E = 1001111
D = 1111110
Created: Feb 02, 2024
Updated: Feb 02, 2024
Comments