Welcome back.
I believe you are talking about this code.
This messages are warnings not errors.
You can fix some of this warnings adding (char*) before every text in myGLCD.print function.
Like this:
Code: Select all
myGLCD.print((char*)",", 150, 170);
Best regards.