Running OLED 3.2' display on SSD1322

Hi guys,

I'm wondering... will display - http://www.buydisplay.com/default/oled-3-2-inch-displays-module-companies-with-driver-circuit-blue-on-black - work under Arduino Uno R3? It runs under SSD1322 driver so I think that it should work. Maybe some of you had a chance to test this display?

Is there any library for that driver or any tutorial that I may use to test it? I couldn't find some sample code for Arduino with that driver.

Thanks.

U8g2 library should work. U8g2 includes support for the SSD1322 display from NHD, but it should also work for your east rising display.

Install U8g2 from the library manager of the Arduino IDE.

Project wiki: Home · olikraus/u8g2 Wiki · GitHub

Oliver