Tag Archives: OLED

ESP32 OLED Library Display Example

This tutorial demonstrate how to use 0.96″ small I2C based Display with ESP32 DevKit using only two IO lines. Interfacing of large 16×2 LCD is difficult with ESP32, as it requires 6 IO Lines. This is shown in this post How to Interface 16×2 LCD with NodeMCU ESP8266 with only three wires?

Components Required

  1. OLED Display 0.96″ Four Wire I2C Type Display
  2. DevKit ESP32
  3. Connecting Wires
  4. USB Cable and Laptop

Continue reading ESP32 OLED Library Display Example

NodeMCU ESP8266 OLED Display Code Example

This tutorial demonstrate how to use 0.96″ small I2C based Display with NodeMCU ESP8266 using only two IO lines. Interfacing of large 16×2 LCD is difficult with ESP, as it requires 6 IO Lines. This is shown in this post How to Interface 16×2 LCD with NodeMCU ESP8266 with only three wires?

Components Required

  1. OLED Display 0.96″ Four Wire I2C Type Display
  2. NodeMCU ESP8266
  3. Connecting Wires
  4. USB Cable and Laptop

Continue reading NodeMCU ESP8266 OLED Display Code Example