Display number using drawstring

Hi guys,

What is the best way to display a number Eg… Int Values = 123; using drawString ?

indexedLayer.drawString(0, 0, 1, Values);

Thanks
Daniel

Try something like this: How to convert int to string on Arduino? - Stack Overflow

Im using the method in your example code, just thought there might be a simpler way… ill take a look at the link…

Thanks
Louis