u8g print

Hi there

Im using ug8 library for AVR. Ive seen for Arduino the class "print" is linked someway but not for AVR. I would like to add the putchar or the equivalent to the printlcd so it works.

Can anyone give me a clue how to do it? I have the library working on SPI hardware mode so i suppose i would have to implement the putchar and link someway to print.

Thank you.

What about Google Code Archive - Long-term storage for Google Code Project Hosting.

There is also "u8g_DrawGlyph()"?

Oliver

I will try thanks