Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 889 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 889 Bytes

SSH1106 OLED I2C Scroll Text

SSH1106

Wiring Diagram

SSH1106 I2C OLED to NodeMCU V0.9

  • SSH1106 OLED Pins:

    • GND
    • VCC
    • SCL
    • SDA
  • NodeMCU V0.9 Pins:

    • GND
    • 3V
    • D2 (SCL)
    • D1 (SDA)

Wiring Diagram

Description

This project demonstrates how to use the SSH1106 OLED display with I2C interface to scroll text using a NodeMCU V0.9. The wiring diagram above shows how to connect the OLED display to the NodeMCU.

Requirements

  • NodeMCU V0.9
  • SSH1106 OLED I2C Display
  • Jumper wires

Installation

  1. Clone the repository:
git clone https://github.com/usamahacker0/SSH1106_OLED_I2C_SCROOL_TEXT.git