using seeed studio 2.8" tft touch shield v1.0 display - display integer

hello everybody. I was just given a seeed stufio 2.8" tft touch shield v1.0 by another member of the local hackerspace, and i've managed to find and install correct the libraries without too much trouble, and all of the examples work. the issue i am having, though, is that the drawstring command will not allow me to print an integer, and i cannot, for the life of me, figure out how to do so. any advice

I think the itoa function might be what you are looking for see avr-libc: <stdlib.h>: General utilities

that was it, thanks