Hi everyone
Just starting out with the NodeMCU board, and trying to use the 1.3" OLED display, but I'm, having trouble with getting it to work.
I've downloaded the esp8266-oled-ssd1306 library (for Arduino) and try to use the examples with no luck. I use the following connections and initialize the display using the SSD1306Spi function:
// D5 -> CLK
// D7 -> MOSI (DOUT)
// D0 -> RES
// D2 -> DC
// D8 -> CS
SSD1306Spi display(D0, D2, D8)
.. but the display only outputs rubbish:
(click the image for a short video)

I'm kinda stuck here Any hints on how to proceed? ![]()
(I have tried with more boards and displays with the same result)
