Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usamahacker0/ssh1106_oled_i2c_scrool_text

Nodemcu esp32 and ssh1106 oled i2c 1.3 inch scrool text
https://github.com/usamahacker0/ssh1106_oled_i2c_scrool_text

nodemcu-esp8266 ssh1106-i2c

Last synced: about 1 month ago
JSON representation

Nodemcu esp32 and ssh1106 oled i2c 1.3 inch scrool text

Awesome Lists containing this project

README

        

# SSH1106 OLED I2C Scroll Text

![SSH1106](https://github.com/usamahacker0/SSH1106_OLED_I2C_SCROOL_TEXT/assets/39077959/bc28a247-2fce-494e-8183-1296b7a5d07f)

## 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](https://github.com/usamahacker0/SSH1106_OLED_I2C_SCROOL_TEXT/assets/39077959/d1bac44c-4f63-4956-83f0-ab89174a9d4d)

## 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:

```sh
git clone https://github.com/usamahacker0/SSH1106_OLED_I2C_SCROOL_TEXT.git