Driver - Monochrome 128x64 OLED graphic display driver

[title]Monochrome 128x64 OLED graphic display driver[/title]
http://code.tinyclr.com/project/229/monochrome-128x64-oled-graphic-display-driver/
[line]
This is a managed driver for the Monochrome 128x64 OLED (SSD1306) graphic display.

This is an awesome miniature display!

Tutorial:
http://ladyada.net/products/oled12864/

This code is ported from the Adafruit arduino library.
https://github.com/adafruit/SSD1306

Note: the driver class code is splited into two files using “partial” keyword. The other part contains font and display buffer definitions. Full source is in the attached zip.

Edit: Update for forum entry.