So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Fabian Boulegue
#75002 Hi, i just bought a 4SPI (should normally be a I2C) Display from eBay and try get a HelloWorld run.

The display is a 128x32 and should support the Adafruit_SSD1306 as well as the u8glib library.

So i connected the display like follwing on my ESP8266 NODE Mcu

GND -> G
VCC -> VIN
SCK -> D1
SDA -> D2


If i load the 128x32 Adafruit Sketch the display does not show anything.
Anyone might ever done this?