Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem Master LCD of Read/write in cyclone II with vhdl
hello, i would to create my master of read and write in LCD in the cyclone II but before start write and read i would write the code of Initialization of the LCD in cyclone II wit...
Altera_Forum
Honored Contributor
16 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.