This is the same OLED panel you get on the "TTGO ESP8266 0.91 Inch OLED", which is an ESP8266-based board with integrated display.
https://www.banggood.com/Wemos-TTGO-ESP ... rehouse=CN
Code example:
http://simplestuffmatters.com/?p=69
EDIT:
>>> IGNORE >>>This works with the OLED SSD1306 plugin but, as above, the display is compressed as it's only 128x32. It would be great to have this supported as standard.
>>>> The latest (as of 2nd Jan 2018) ESP Easy code in the repo compiles to include an OLED driver with a 128x32 option. This seems to work OK although my display does not always show anything and I am still working out whether this is the code or my board! Edit: Board may have had a faulty reset switch with a semi-permanent short, causing spurious resets
Edit #2: Found out that with current firmware, the x,y origin for 128x32 displays at least is 1,1 and not 0,0. If you use the latter, your text is written after the last position used. See also
viewtopic.php?f=5&t=3449