About Lesson
A. What is an OLED Display?
- OLED stands for Organic Light Emitting Diode.
- Advantages: High contrast, wide viewing angles, and low power consumption.
- Common sizes: 128×64 pixels or 128×32 pixels.
B. Understanding I2C Communication
- I2C (Inter-Integrated Circuit) is a communication protocol used to connect multiple devices over a two-wire interface (SDA and SCL).
- Key terms: Master (ESP32) and Slave (OLED display).
C. OLED Display Overview
- Typical OLED displays used with ESP32 are 128×64 pixels and use the SSD1306 or SH1106 driver.