Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

character_LCD controlled by fpga

Altera_Forum
Honored Contributor II
1,060 Views

Hi ,you.Here is my problem. 

When power-supply the board (cycII),the lcd on it will show the definite the characters "websever starting up". When I want to take control of the LCD,I feel unsure that whether I should still use software initialization written in HDL or not. 

I have wrote the "clear the display" function when electrifing it without software initialization, but it didn't work. 

The last quetion is that is the rising_edge or falling edge of LCD_E signal that take control of receiving the 8bit data. 

Thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
325 Views

Please give more information about how you initialize the LCD. Are you driving the LCD from software or from the logic? It might help if you publish some code in here.

0 Kudos
Altera_Forum
Honored Contributor II
325 Views

Thanks for repling. What I want to know is just the theory on that day, but after seeing some codes , I find out that the initialization should be done before you use the lcd, even though the reset circuit has done for you. 

What's more to is that we should not obey the process flow in which several funtion set should be done which puzzled me.
0 Kudos
Reply