Only I would like to know if its possible to replace the current alphanumeric LCD with the Color Smart GPU and display the same results.
This part certainly looks possible.
If it is possible could you please provide a short sample code that would replace my current code below.
This part is is a bit harder. You are starting with a program designed to send ASCII information to a character mode display via a parallel interface. You now want to display the same characters on a graphical display and send the information via a serial interface.
You might start looking for a serial GLCD library as a starting point.
Don