converting integers to char for GFX

If the integer really must be converted to a string (note lowercase s, not a String) then you can do it with the itoa() function.

Post what you tried that did not work.