U8glib: Graphics Lib for LCDs and OLEDs

Hi

So, the NHD display works with Adafruit Lib ST7565-LCD/ST7565 at master · adafruit/ST7565-LCD · GitHub but not with U8glib, correct?

What is the constructor line (pin definition) for the Adafruit Lib? What is the constructor line for U8glib? Note that the pin order is different:

ST7565 (SID, SCLK, A0, RST, CS) // Adafruit Lib
U8GLIB_LM6059(SCLK, SID, CS, A0 , RST) // U8glib

Oliver