Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usamahacker0/ssh1106_oled_i2c_scrool_text
- Owner: usamahacker0
- Created: 2024-06-21T15:08:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:33:27.000Z (5 months ago)
- Last Synced: 2024-07-25T16:48:01.514Z (5 months ago)
- Topics: nodemcu-esp8266, ssh1106-i2c
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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