Hello all! I have recently dived into the world of FPGA, and have challenged my self to see if you are able to take an input from a 4x4 keypad and display the output on an 16x2 LCD utilizing the DE-10 LITE FPGA board on quartus. I have found out how to send the keypad inputs to seven segment display and how to utilize the LCD on it's own.. although now putting the two together is where I have hit a brick wall. As you all know there is not much VHDL resources online so if anyone has accomplished this please feel free to respond and lend a helping hand thank you!
Guest
#6841327
Can you show the internal interfaces of your keypad controller and your lcd controller? Maybe you need a state machine to connect both things together. My lcd controller looks like this:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
Duke
Reply
Please log in before posting.