Hey all, Does anybody know anything about interfacing a hitachi LCD with an ADuC812? Any information would be greatly appreciated!
"I have written this in assembly ... I am required to do this in C so any relevant advice would be great." As I said before: if you've written it in assembler, you must now know what you need to do - it is just a matter of expressing that in the 'C' language. Look at your assembler, and pull out the essence of what you are doing into pseudo-code; eg,
Write a byte to the port; Pull this line low; Wait for that line to go high;