above link gives details of the oled i bought,
i'm unable to get any related data even to display the hello world program found in the examples of U8glib.h
any sort of help is appreciated
// setup u8g object, please remove comment from one of the following constructor calls
// IMPORTANT NOTE: The following list is incomplete. The complete list of supported
// devices with all constructor calls is here: device · olikraus/u8glib Wiki · GitHub
//U8GLIB_NHD27OLED_BW u8g(13, 11, 10, 9); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9
//U8GLIB_NHD27OLED_2X_BW u8g(13, 11, 10, 9); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9
//U8
as in above comments example asks me to remove comment from the constructor calls, i dont know which one to remove for my 6pin oled, could anyone help me out