Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIs your LCD OK ?
I guess you use 2*16 chararacter Text LCD. LCD takes approx. 40 ms to "boot up". In your state machine, when you send init. commands, you must either wait for a time (2ms but it depends of the LCD) or for a busy signal. Make sure of your control signal : LCD_Rw, LCD_en... Make sure of your inout LCD_data bus and control signal on this. Make sure of your init. commands : your sequence. I have a doubt on what you are posted.