Example how to use the WEMOS TTGO with the adafruit library:
I only modified initialising Wire with the appropriate I2C pins.
...
#define OLED_SDA 2
#define OLED_SCL 14
#define OLED_RST 4
...
Wire.begin( OLED_SDA, OLED_SCL);
...
Code available here: ssd1306_128x32_i2c_TTGO
Hi friend, I have the same model but I can’t the oled works. Please Help me. I don’t know is i have not installed the right lib or something.