WEMOS TTGO ESP8266 with Adafruit ssd1306 library

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

2018-01-06_13-36-08_501 (1)

One thought on “WEMOS TTGO ESP8266 with Adafruit ssd1306 library”

  1. 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.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.