oled ssd1306 128x64 display buffer access

hey im looking for an easy way to access the display buffer array inside the library from adafruit
i need access to it as if it were a normal array or does anyone know how to access an array inside a library

help would be greatly appreciated
many thanks
~matt K

Hi

Not an answer, but maybe a hint: Based on requests from people of this forum, i added support for the Adafruit SSD1306 display to u8glib (Google Code Archive - Long-term storage for Google Code Project Hosting.). I have not tested this display by my own, but it has been reported, that the Adafruit display works with u8glib.

U8glib is a graphics lib, which probably gives you much more functionality than the Adafruit example code.

Oliver