https://github.com/milan-sony/oled_display
Display text in OLED display
https://github.com/milan-sony/oled_display
arduino arduino-sketch i2c i2c-display oled-display oled-display-ssd1306 oled-ssd1306
Last synced: 4 months ago
JSON representation
Display text in OLED display
- Host: GitHub
- URL: https://github.com/milan-sony/oled_display
- Owner: milan-sony
- Created: 2023-09-10T16:01:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T18:08:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T11:46:21.985Z (5 months ago)
- Topics: arduino, arduino-sketch, i2c, i2c-display, oled-display, oled-display-ssd1306, oled-ssd1306
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OLED Display
> Here I'm using SSD1306 0.96 inch I2C OLED display with the Arduino
### Pin Connections
If you’re using a different Arduino board, make sure you check the correct I2C pins:
- Nano: SDA (A4); SCL (A5);
- MEGA: SDA (20); SCL (21);
- Leonardo: SDA (20); SCL (21);### Reference links
###### Getting started with #arduinoprogramming 🚀