-->
Page 1 of 1

ESP8266 and 4SPI Display

PostPosted: Fri Mar 30, 2018 2:31 am
by Fabian Boulegue
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?