+1 vote
in ESP8266 OLED Starter Kit by (550 points)

I'm trying some samples from the ESPxx OLED driver for SSD1306 display.

The display has worked fine in the weather station, but is not displaying at all for the few demo's I've tried:

  • SSD1306ClockDemo
  • SSD1306DrawingDemo
EDIT: SOLVED
The I2C address was correct, but the pins were off.
In the weatherstation code, I'd been using SDA =D3, and SDC=D4
the samples were using D3 and D5 - once I switched to D3 and D4, it worked!
Very simple mistake, thought I would post this for anyone else who's starting to branch out and try some of the samples.

1 Answer

0 votes
by (10.0k points)
Thank you for sharing!

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...