Moderator: igrr
HW connections:
- Wemos-3.3V to Oled-Vcc
- Wemos-GND to Oled-GND
- Oled-SDA to Wemos-SDA/D14
- Oled-SCL to Wemos-SCL/D15
SW changes:
Wire.pins(0, 2); //on ESP-01.
replaced by
Wire.pins(SDA, SCL); //on Wemos D1
NOTE : Compared to other Oled sketches I found the picture on the screen is "upside down".
Thanks for sharing Dan!
A pleasure buddy.
I did not want any dependencies and simply works out of the box
Look through this topic you can change screen orientation.
Dans