EE 477 Final Report - Purdue University

The LCD print string function converts a string and sends it byte-by-byte to the LCD by calling the aforementioned LCD write data module. Since on any data write the LCD automatically increments the cursor address by one, there is no need to reset the cursor address every time a byte of data is written. ................
................