Thanks again Oliver. I downloaded the library but I'm not finding the constructor that you're referring to. Here's the ones I see for my display (They're from the Hello World example):
//U8GLIB_SSD1306_128X64 u8g(13, 11, 10, 9); // SW SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9
//U8GLIB_SSD1306_128X64 u8g(10, 9); // HW SPI Com: CS = 10, A0 = 9 (Hardware Pins are SCK = 13 and MOSI = 11)
//U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE); // I2C / TWI
I uncommented the top one, wired it as you suggested, and put RESET to Vcc. Still nothing though. Did I download the right library? It was the U8glib for Arduino V 1.15.