Altera_Forum
Honored Contributor
16 years agodriving seven segment user display
Hi.
I'm trying to drive the on board seven segment display on a Cyclone III development kit board EP3C120. The seven segment display is Lumex LDQ-M2212R1, quad digit. I appreciate any advice ranging from digital design to verilog coding to fpga. I'm picking up all these things in one go. 1. I did a counter to select all 4 digits one after another continuously as the display only has one digit selection at a time. I tried connecting straight from on board 50 MHz clock to clock of my counter design but compiling gave error of minimum pulse width. So I thought maybe I should feed the clock input to a megafunction PLL first then only to the counter. Is this the correct way of doing things? 2. I could drive one digit at a time (without clock) successfully but the digits lit up quite dimly as compared to the minus sign. It has to be relatively darker than a well lit up room for me to see the numbers lighting up. Is this typical of the seven segment display or am I doing something not right? Thanks.