U8Glib unable to print variables

Hi, I have an OLED I2C module connected to a UNO board using the U8Glib and using the “Hello World” example all works well. The problem is I would like to insert an integer into the example to obtain something like “Hello 2015 World”. Does anyone know what modifications are needed to achieve this?
Any help would be appreciated

You could use u8g.print() as described in the reference manual.

Oliver

Hi Oliver
Thanks for that, I have just managed to get it to work properly now.
Kind Regards
Alfred

Hai Waiata,

Have you got some samplecode for us on how you did it?

Thanks