How to run a Waveshare 1.5" OLED in I2P-Mode?

Hi,
what do I need to do to use the Waveshare 1.5” 128x128 ssd1327 OLED in I2P Mode with my Wemos D1 ESP8266?

WS Desplay

I do not understand the Waveshare Wiki of the Display. My english and technical knowlege is not good enough and the wiki is probably about a older version of the Display (no BS2).

Do I have do some solding in regard to BS1?

Which libary to use?

Kind regards

Looking at the Wiki https://www.waveshare.com/wiki/1.5inch_OLED_Module

the photo shows that the pcb is configured for 4-wire SPI.

if you want to use I2C you would need to unsolder the 0R resistor and move it to the BS=1 position.

The display should work fine with either interface. Your Wemos board has enough pins.

There are several libraries that will drive your gray-scale display in monochrome mode e.g. U8g2

Your ESP8266 has plenty of SRAM memory to drive a proper gray-scale but I don't think there are many "popular" libraries to support gray-scale.

David.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.