Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi, if I have understood, You want to write a VHDL code for Initialization of the LCD, don't you ?
If yes, you have to design a short sequential logic (with counters in order to make temporisation) which will be a Finite State Machine, but a quite simple one. But where is the problem of using LCD_Init() ? You call LCD_init() at the begining of your main programm.