displaying bmp files on an st7565

I have been stuggling with this for such a long time and I so far have not been able to find any kind of tutorial to display bmp files on my st7565 using the adafruit st7565 library.

So far ive been using gimp and lcd assistant but to absolutely no luck. Do any of you know of any tutorials or could you list step by step the process you go through from making a monochrome bmp file to getting the appropriate hex codes to draw the file?

U8glib supports "in-memory" xbm files which can be exported by gimp and directly included into your code: Google Code Archive - Long-term storage for Google Code Project Hosting.

Oliver

olikraus:
U8glib supports "in-memory" xbm files which can be exported by gimp and directly included into your code: Google Code Archive - Long-term storage for Google Code Project Hosting.

Oliver

You recommend I change my code to fit the U8glib library?

I just wanted to mention another option...
Unfortunately i can not say something to the Adafruit Lib.

Oliver