Using the SparkFun Serial Graphic Library (GitHub - sparkfun/GraphicLCD_Serial_Backpack at V_1.0.1) along with the SparkFun 128x64 Serial LCD, I can get the example file to run fine. However, all of the examples using strings are hardcoded. When I tried to print a string variable, it bombed.
Thanks for the speedy replies. I appreciate the help.
I was able to get aarg's method to work. MarkT, I tried your suggestion, but got another error:
"invalid conversion from 'const char*' to 'char*' [-fpermissive]"
I'm good to go from here and want to say thanks again!