Altera_Forum
Honored Contributor
8 years agoSequence of operations
Hi there,
I'm trying to build a module that initializes an LCD and at the beginning a series of operations must be performed to initialize the LCD, so far a solution is to use a counter and decode each step into the required series of data sent to the LCD. I'm new to HDL and was wondering what other solutions are available? Thank you.